sesaparcours
    Preparing search index...
    • Converts a colour from RGB to hex representation.

      Parameters

      • r: number

        Amount of red, int between 0 and 255.

      • g: number

        Amount of green, int between 0 and 255.

      • b: number

        Amount of blue, int between 0 and 255.

      Returns string

      Hex representation of the colour.