phaser - v4.0.0-rc.4
    Preparing search index...
    type ColorObject = {
        a: number;
        b: number;
        color: number;
        g: number;
        r: number;
    }
    Index

    Properties

    Properties

    a: number

    The alpha color value in the range 0 to 255.

    b: number

    The blue color value in the range 0 to 255.

    color: number

    The combined color value.

    g: number

    The green color value in the range 0 to 255.

    r: number

    The red color value in the range 0 to 255.