RGBColor-class {Rggobi}R Documentation

Red-Green-Blue color specification class

Description

This is a class for representing colors using the Red, Green and Blue components that make up the color. This class extends the virtual class Color-class and provides a named numeric vector for storing the values of the three components. At present, these are not constrained to be between 0 and 1, or 0 and 65,535. Sub-classes may impose that.

Objects from the Class

Objects can be created by calls of the form new("RGBColor", ...). Typically the objects are created directly or returned via the function getColorSchemes

Slots

.Data:
Object of class "numeric" ~~

Extends

Class "Color", directly. Class "numeric", from data part. Class "vector", by class "numeric".

Methods

No methods defined with class "RGBColor" in the signature.

Author(s)

Duncan Temple Lang

References

http://www.ggobi.org/RSggobi.html

See Also

getColorSchemes

Examples



[Package Rggobi version 1.1-3 Index]