ConstantColorPlane-class {colorplane} | R Documentation |
ConstantColorPlane
Description
ConstantColorPlane constructor taking a single hex 'character' vector defining a constant color plane.
Usage
ConstantColorPlane(clr)
Arguments
clr |
a single hex color as a 'character' vector of length 1 defining the constant color. |
Value
a new ConstantColorPlane
instance
Slots
clr
the constant color as hex value
Examples
cp <- ConstantColorPlane(clr="#FF0000")
[Package colorplane version 0.5.0 Index]