Value
Name | Description | Value |
---|---|---|
ColorModel.CMYK | CMYK. | int 3 |
ColorModel.GRAYSCALE | Grayscale. | int 1 |
ColorModel.HSB | HSB. | int 5 |
ColorModel.LAB | Lab. | int 4 |
ColorModel.NONE | The color model has not yet been assigned. | int 50 |
ColorModel.RGB | RGB. | int 2 |
Usage
As property
SolidColor.model
SolidColor.model
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |