Iris API Model - v0.7.0
    Preparing search index...

    Class Color

    RGB color representation.

    Index

    Constructors

    Properties

    Constructors

    Properties

    alpha: number = 255

    Alpha component of the color (0-255), where 255 is fully opaque.

    blue: number = 127

    Blue component of the color (0-255).

    green: number = 127

    Green component of the color (0-255).

    red: number = 127

    Red component of the color (0-255).