Class Image.Color.Color
- Description
-
This is the color object. It has six readable variables, r, g, b, for the red, green and blue values, and h, s, v, for the hue, saturation anv value values.
- Method create
Image.Color.Color Image.Color.Color(
int
r
,int
g
,int
b
)- Description
-
This is the main Image.Color.Color creation method, mostly for internal use.