Constructs a 32bit integer value that represents an RGBA color value. The A component is fixed to 255

  • Parameters

    • r: number

      The R component.

    • g: number

      The G component.

    • b: number

      The B component.

    Returns number

    The constructed color value.