Interface RandomCountOptions

interface RandomCountOptions {
    alpha?: number;
    count?: null | number;
    hue?: string | number;
    luminosity?: "random" | "bright" | "dark" | "light";
    seed?: number;
}

Hierarchy (view full)

Properties

alpha?: number
count?: null | number
hue?: string | number
luminosity?: "random" | "bright" | "dark" | "light"
seed?: number