NegativeColorFilter: Color filter that inverts (negatates) colors

Description Usage Details Fields and Methods Author(s)

Description

Package: R.colors
Class NegativeColorFilter

Object
~~|
~~+--ColorFilter
~~~~~~~|
~~~~~~~+--NegativeColorFilter

Directly known subclasses:

public static class NegativeColorFilter
extends ColorFilter

Color filter that inverts (negatates) colors.

Usage

1

Details

This color filter takes the (red,green,blue) representation in [0,1]x[0,1]x[0,1] of the colors and invert the colors by (1-red,1-green,1-blue). There might be other definitions of how the invert colors, but this was just a quick hack.

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.