react-color-modal
    Preparing search index...

    Interface HueSaturationBrightnessPanelProps

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

    optional CSS class name

    hideInput?: boolean

    hide text input

    hidePanel?: boolean

    hide panel

    hideSlider?: boolean

    hide slider

    hsv?: HSV

    color value