Learn R Programming

colorplane (version 0.5.0)

ConstantColorPlane-class: ConstantColorPlane

Description

ConstantColorPlane constructor taking a single hex `character` vector defining a constant color plane.

Usage

ConstantColorPlane(clr)

Value

a new ConstantColorPlane instance

Arguments

clr

a single hex color as a `character` vector of length 1 defining the constant color.

Slots

clr

the constant color as hex value

Examples

Run this code

cp <- ConstantColorPlane(clr="#FF0000")

Run the code above in your browser using DataLab