mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
removed tabs
This commit is contained in:
parent
8ec2e534dc
commit
4c0d3bbc34
1 changed files with 5 additions and 5 deletions
|
|
@ -127,12 +127,12 @@ class ColorI
|
||||||
|
|
||||||
struct Hsb
|
struct Hsb
|
||||||
{
|
{
|
||||||
Hsb() :hue(0), sat(0), brightness(0){};
|
Hsb() :hue(0), sat(0), brightness(0){};
|
||||||
Hsb(U32 h, U32 s, U32 b) :hue(h), sat(s), brightness(b){};
|
Hsb(U32 h, U32 s, U32 b) :hue(h), sat(s), brightness(b){};
|
||||||
|
|
||||||
U32 hue; ///Hue
|
U32 hue; ///Hue
|
||||||
U32 sat; ///Saturation
|
U32 sat; ///Saturation
|
||||||
U32 brightness; //Brightness/Value/Lightness
|
U32 brightness; //Brightness/Value/Lightness
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue