PureData CEAMMC library web documentation
available since version: 0.1
@color
Get/set current color
type: atom
@mode
Get/set output mode
type: symbol
enum: float, int, hex, data
default: float
@f
Get/set alias for @mode float. Output values as RGB list in 0-1 range.
type: alias
@i
Get/set alias for @mode int. Output values as RGB list in 0-255 range.
type: alias
@h
Get/set alias for @mode hex. Output value as #RRGGBB symbol.
type: alias
@d
Get/set alias for @mode data. Output value Color datatype.
type: alias
@float
Get/set RGB color value in float range (0-1)
type: list
default: 1 1 1
@int
Get/set RGB color value in int range (0-255)
type: list
default: 255 255 255
@hex
Get/set color value as #RRGGBB symbol
type: symbol
default: #FFFFFF
Authors: Hans-Christoph Steiner, Serge Poltavsky
License: GPL3 or later