react-color-modal
    Preparing search index...

    Interface RedGreenBluePanelProps

    interface RedGreenBluePanelProps {
        className?: string;
        disabled?: boolean;
        rgb: RGB;
        onColorUpdate(rgb: RGB): void;
    }
    Index
    className?: string

    optional CSS class name

    disabled?: boolean

    whether this input is disabled or not

    rgb: RGB

    color value

    • called when color gets updated

      Parameters

      • rgb: RGB

      Returns void