Skip to content

ColorChannelName

export type ColorSRGBChannelName = 'srgb-hue' | 'srgb-saturation' | 'srgb-lightness';
export type ColorOklabChannelName = 'oklab-lightness' | 'oklab-chroma' | 'oklab-hue';
export type ColorChannelName = ColorSRGBChannelName | ColorOklabChannelName;