![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Standard color manipulation functions. More...
Functions | |
| Vec3 | HsvToRgb (Vec3 _Hsv) |
| Vec3 | RgbToHsv (Vec3 _Rgb) |
| Text | RgbToHex3 (Vec3 _Rgb) |
| Returns the Hexa3 corresponding to the RGB given. More... | |
| Text | RgbToHex6 (Vec3 _Rrggbb) |
| Returns the Hexa6 corresponding to the RGB given. More... | |
| Vec3 | Hex3ToRgb (Text _Text) |
| Returns the RGB color corresponding to Hex3. More... | |
| Vec3 | Hex6ToRgb (Text _Text) |
| Returns the RGB color corresponding to Hex6. More... | |
| Vec3 | HexToRgb (Text _Text) |
| Returns the RGB color corresponding to Hex. More... | |
Standard color manipulation functions.