@versatiles/style
    Preparing search index...

    Interface RandomColorOptions

    interface RandomColorOptions {
        hue?: string | number;
        luminosity?: string | number;
        opacity?: number;
        saturation?: string | number;
        seed?: string | number;
    }
    Index
    hue?: string | number

    A hue in degrees, or a colour name from the dictionary ('red', 'blue', 'monochrome', …).

    luminosity?: string | number
    opacity?: number
    saturation?: string | number

    'strong', 'weak', or a saturation in 0–100.

    seed?: string | number

    Same seed, same colour. Omit for a colour that differs on every call.