replace-react-color API - v4.1.2
    Preparing search index...

    Interface SaturationProps

    interface SaturationProps {
        hsl: HSL;
        hsv: HSV;
        onChange?: (color: any, e: any) => void;
        pointer?: FC<any>;
        radius?: string | number;
        shadow?: string;
        style?: {
            black?: CSSProperties;
            circle?: CSSProperties;
            color?: CSSProperties;
            pointer?: CSSProperties;
            radius?: string | number;
            shadow?: string;
            white?: CSSProperties;
        };
    }
    Index

    Properties

    hsl: HSL
    hsv: HSV
    onChange?: (color: any, e: any) => void
    pointer?: FC<any>
    radius?: string | number
    shadow?: string
    style?: {
        black?: CSSProperties;
        circle?: CSSProperties;
        color?: CSSProperties;
        pointer?: CSSProperties;
        radius?: string | number;
        shadow?: string;
        white?: CSSProperties;
    }