Method Image.Color.hsv()
- Method
rgb
Method hsv
Method cmyk
Method greylevel
Method html
objectrgb(intred,objectintgreen,objectintblue)
objecthsv(inthue,objectintsaturation,objectintvalue)
objectcmyk(floatc,floatm,floaty,floatk)
objectgreylevel(intlevel)
objecthtml(stringhtml_color)- Description
-
Creates a new color object from given red, green and blue, hue, saturation and value, or greylevel, in color value range. It could also be created from cmyk values in percent.
The html() method only understands the HTML color names, or the #rrggbb form. It is case insensitive.
- Returns
-
the created object.