Contents

CMHLSColor

Contains a color value expressed in the HLS color space.

Declaration

typedef struct CMHLSColor {
    ...
} CMHLSColor;

Overview

A color value expressed in the HLS color space is composed of hue, lightness, and saturation component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive.

Topics

Instance Properties