Grx.ColorCell – grx-3.0 Reference Manual
Packages
grx-3.0
Grx
ColorCell
@get
@set
put
ColorCell
Object Hierarchy:
Description:
[
SimpleType
]
public
struct
ColorCell
:
Color
A mutable color value.
Namespace:
Grx
Package:
grx-3.0
Content:
Static methods:
public
static
ColorCell
@get
()
Allocates a new color that can be changed with
@set
.
Methods:
public
void
@set
(
uint8
r,
uint8
g,
uint8
b)
Sets/changes the color of a cell after it was allocated.
public
void
put
()
Releases a cell that was obtained with
@get
.
Inherited Members:
All known members inherited from struct Grx.Color
VALUE_MASK
MODE_MASK
BLACK
WHITE
NONE
value
mode
red
green
blue
build_rgb
build_rgb_round
build_grayscale
@get
get_inline
get2
get2_inline
lookup
get_ega_colors
to_write_mode
to_xor_mode
to_or_mode
to_and_mode
to_image_mode
put
query
query_inline
query2
query2_inline