Contents

CMLuvColor

Contains a color value expressed in the L*u*v* color space.

Declaration

typedef struct CMLuvColor {
    ...
} CMLuvColor;

Overview

A color value expressed in the L*u*v* color space is composed of L, u, and v component values.

Topics

Instance Properties