sprunk-engine
    Preparing search index...

    Represents a color with red, green, blue and alpha components.

    Index

    Constructors

    Properties

    a: number

    The alpha component of the color.

    b: number

    The blue component of the color.

    g: number

    The green component of the color.

    r: number

    The red component of the color.

    Methods