@ginden/blinkstick-v2
    Preparing search index...

    Interface NormalizedColorOptions<AdditionalOptions>

    interface NormalizedColorOptions<AdditionalOptions = AllPossibleColorOptions> {
        b: number;
        g: number;
        options: AdditionalOptions;
        r: number;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    b: number
    g: number
    r: number