ConstantColorPlane-class: ConstantColorPlane

ConstantColorPlane-classR 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")

bbuchsbaum/colorplane documentation built on March 12, 2023, 8:11 a.m.