SerenityJS
    Preparing search index...

    ARGB Color class that Ranges from 0-255

    Hierarchy

    • DataType
      • Color
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new RGBA color

      Parameters

      • red: number

        number the red value of the color

      • green: number

        number the green value of the color

      • blue: number

        number the blue value of the color

      • alpha: number

        number the alpha value of the color

      Returns Color

    Properties

    alpha: number

    The alpha value of the color

    blue: number

    The blue amount of the color

    green: number

    The red amount of the color

    red: number

    The red amount of the color

    Methods