getColors.HclColor: Gets the set of colors in the \#rrggbb format

Description Usage Arguments Value Author(s) See Also

Description

Gets the set of colors in the \#rrggbb format.

Usage

1
2
## S3 method for class 'HclColor'
getColors(this, filter=TRUE, correctOutOfRange=this$correctOutOfRange, ...)

Arguments

correctOutOfRange

If TRUE, generated colors that fall outside of the valid (red,green,blue) space, will be truncated. Otherwise, they will be set to NA.

...

Not used.

Value

Returns a vector of character strings of length equal to the number of colors in the Color object. The returned colors are character string of format "#nnnnnn" where n is a hexadecimal digit. For more information about this format colors.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see HclColor.


HenrikBengtsson/R.colors documentation built on May 6, 2019, 11:53 p.m.