RgbColorFilter: Class representing an RGB color filter

Description Usage Arguments Fields and Methods Author(s)

Description

Package: R.colors
Class RgbColorFilter

Object
~~|
~~+--ColorFilter
~~~~~~~|
~~~~~~~+--RgbColorFilter

Directly known subclasses:

public static class RgbColorFilter
extends ColorFilter

Class representing an RGB color filter.

With this filter you can specify which of the red, green and blue channels you want to let through. One or several channels can be used at once.

Usage

1
RgbColorFilter(channels=NULL)

Arguments

channels

A vector of character strings specifying which channels that this filter will let through.

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.