Function rgb

  • An RGB color factory object, which may also be used with instanceof to test if an object is an RGB color instance.

    Parameters

    • r: number
    • g: number
    • b: number
    • Optional opacity: number

    Returns RGBColor

  • An RGB color factory object, which may also be used with instanceof to test if an object is an RGB color instance.

    Parameters

    • cssColorSpecifier: string

    Returns RGBColor

  • An RGB color factory object, which may also be used with instanceof to test if an object is an RGB color instance.

    Returns RGBColor