Contents

CMLabColor

Contains a color value expressed in the L*a*b* color space.

Declaration

typedef struct CMLabColor {
    ...
} CMLabColor;

Overview

A color expressed in the L*a*b* color space is composed of L, a, and b component values.

Topics

Instance Properties