Documentation
    Preparing search index...

    Function fromRGBA

    • Constructs a 32bit integer value that represents an RGBA color value.

      Parameters

      • r: number

        The R component.

      • g: number

        The G component.

      • b: number

        The B component.

      • a: number

        The A component.

      Returns number

      The constructed color value.