MAIDR Documentation - v3.72.1
    Preparing search index...

    Interface Rgb

    RGB color representation with red, green, and blue components.

    interface Rgb {
        r: number;
        g: number;
        b: number;
    }
    Index

    Properties

    r g b

    Properties

    r: number
    g: number
    b: number