Function rgbToHex

  • Calculates the hex color from rgb color.

    Parameters

    • r: number

      The 24 bits red color.

    • g: number

      The 24 bits green color.

    • b: number

      The 24 bits blue color.

    Returns string

Generated using TypeDoc