Preparing search index...

    Represents an RGBA color value.

    Index

    Constructors

    Properties

    Constructors

    • Construct a new Color instance.

      Returns Color

    Properties

    alpha: number

    Alpha (opacity) component of the color.

    blue: number

    Blue component of the color.

    green: number

    Green component of the color.

    red: number

    Red component of the color.