@tempots/color

SRGB.toChannels property

Converts the SRGB color to an array of normalized channel values. Each channel value is divided by 100 to obtain a value between 0 and 1.

Signature:

readonly toChannels: () => [number, number, number];