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

    Interface ColorState

    interface ColorState {
        hex: string;
        hsl: HSL;
        hsv: HSV;
        oldHue: number;
        rgb: RGB;
        source?: string;
    }
    Index

    Properties

    hex: string
    hsl: HSL
    hsv: HSV
    oldHue: number
    rgb: RGB
    source?: string