Skip to content

ColorChannelValue

Extends BaseValue<number>

export type ColorChannelValue = {
get: () => number;
raw(): number;
quantized: (quantize?: number) => number;
channelName: () => ColorChannelValue;
toColor: (channels: ComplementaryChannels) => ColorValue;
};