Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
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. | |
Text | RgbToHex6 (Vec3 _Rrggbb) |
Returns the Hexa6 corresponding to the RGB given. | |
Vec3 | Hex3ToRgb (Text _Text) |
Returns the RGB color corresponding to Hex3. | |
Vec3 | Hex6ToRgb (Text _Text) |
Returns the RGB color corresponding to Hex6. | |
Vec3 | HexToRgb (Text _Text) |
Returns the RGB color corresponding to Hex. | |
Standard color manipulation functions.