@get
Description:
public static ColorCell @get ()
Allocates a new color that can be changed with @set.
The color must be freed with put.
RGB and grayscale graphics modes will always return NONE.
Returns:
a newly allocated color cell or NONE if there are no more free cells.
|