Ver código fonte

docs: i forgor

Sv443 7 meses atrás
pai
commit
faf27e47cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2182,7 +2182,7 @@ Usage:
 rgbToHex(red: number, green: number, blue: number, alpha?: number, withHash?: boolean, upperCase?: boolean): string
 ```  
   
-Converts RGB color values to a hex color string.  
+Converts RGB or RGBA color values to a hex color string.  
 The `withHash` parameter determines if the hash symbol should be included in the output (true by default).  
 The `upperCase` parameter determines if the output should be in uppercase (false by default).