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

    Interface RgbwColor

    interface RgbwColor {
        b: number;
        g: number;
        r: number;
        w: number;
    }

    Hierarchy (View Summary)

    • RgbColor
    • TypeOf<typeof rgbwColor>
      • RgbwColor
    Index

    Properties

    b g r w

    Properties

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