Skip to contents

A Color String Trait

Usage

Color(...)

Arguments

...

Arguments passed to the trait instance initializer

Super classes

Trait -> Unicode -> Color

Public fields

optional

Logical value, whether a length-zero value is allowed.

Methods

Inherited methods


Color$validator()

Check the value assigned to the traitlet.

Usage

Color$validator(value)

Arguments

value

The value assigned to the traitlet.


Color$clone()

The objects of this class are cloneable with this method.

Usage

Color$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.