Interface HueSaturationBrightnessPanelProps

interface HueSaturationBrightnessPanelProps {
    className?: string;
    hideInput?: boolean;
    hidePanel?: boolean;
    hideSlider?: boolean;
    hsv?: HSV;
    onColorUpdate?(hsv): void;
}

Properties

className?: string

optional CSS class name

hideInput?: boolean

hide text input

hidePanel?: boolean

hide panel

hideSlider?: boolean

hide slider

hsv?: HSV

color value

Methods

Generated using TypeDoc