@ginden/ha-mqtt-discoverable
    Preparing search index...

    Interface RgbwwColor

    interface RgbwwColor {
        b: number;
        c: number;
        g: number;
        r: number;
        w: number;
    }

    Hierarchy (View Summary)

    • RgbColor
    • TypeOf<typeof rgbwwColor>
      • RgbwwColor
    Index

    Properties

    b c g r w

    Properties

    b: number
    c: number
    g: number
    r: number
    w: number