RGB2HEX

🔍 Prototype

pixel.RGB2HEX(r, g, b)

📝 Paramètres

Paramètre
Type
Description
  • r, g, b

  • int, int, int

  • La couleur à convertir.

🔙 Retour

Type
Description
  • string

  • La représentation "#XXXXXX".

Dernière mise à jour