GrayColorFilter: Class representing a grayscale color filter

Description Usage Arguments Fields and Methods Author(s)

Description

Package: R.colors
Class GrayColorFilter

Object
~~|
~~+--ColorFilter
~~~~~~~|
~~~~~~~+--GrayColorFilter

Directly known subclasses:

public static class GrayColorFilter
extends ColorFilter

Class representing a grayscale color filter. All colors filtered through a GrayScaleFilter will be graylevel colors.

Usage

1
GrayColorFilter(coefficients=c(0.3, 0.59, 0.11))

Arguments

coefficients

vector of three numeric values specifying the relative amount of the red, green and blue channel that should be used to generate the graylevels. The value are normalized such that they sum to one.

Fields and Methods

Methods:

getColors -

Methods inherited from ColorFilter:
getColors

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


HenrikBengtsson/R.colors documentation built on May 6, 2019, 11:53 p.m.