UNPKG

@zag-js/color-picker

Version:

Core logic for the color-picker widget implemented as a state machine

6 lines (3 loc) 181 B
import { Color, ColorChannel } from '@zag-js/color-utils'; declare function getChannelDisplayColor(color: Color, channel: ColorChannel): Color; export { getChannelDisplayColor };