convertTo
Converts the color int receiver to a color long in the specified color space. This is equivalent to calling:
Color.convert(myColorInt, ColorSpace.get(colorSpace))
Content copied to clipboard
Converts the color int receiver to a color long in the specified color space. This is equivalent to calling:
Color.convert(myColorInt, colorSpace)
Content copied to clipboard
Converts the color long receiver to a color long in the specified color space. This is equivalent to calling:
Color.convert(myColorLong, ColorSpace.get(colorSpace))
Content copied to clipboard
Converts the color long receiver to a color long in the specified color space. This is equivalent to calling:
Color.convert(myColorLong, colorSpace)
Content copied to clipboard
Converts the color receiver to a color in the specified color space. This is equivalent to calling:
myColor.convert(ColorSpace.get(colorSpace))
Content copied to clipboard
Converts the color receiver to a color in the specified color space. This is equivalent to calling:
myColor.convert(colorSpace)
Content copied to clipboard