< Previous | Contents | Next >

Usage

Image:CSConvert(string from, string to)

from (string, required)

A string specifying the colorspace the image is currently in. Can be one of the following values. "RGB", "HLS", "YUV", "YIQ", "CMY", "HSV", "XYZ", "LAB".

to (string, required)

A string specifying the colorspace to convert the image into. Can be one of the following values. "RGB", "HLS", "YUV", "YIQ", "CMY", "HSV", "XYZ", "LAB".