Clean opengl rendering.
This commit is contained in:
parent
4849d83fcf
commit
798cb365d7
19 changed files with 483 additions and 274 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
std::vector<double> getAsVectorDouble() const
|
||||
{
|
||||
return {mR/255.0, mG/255.0, mB/255.0, mAlpha/255.0};
|
||||
return {mR/255.0, mG/255.0, mB/255.0, mAlpha};
|
||||
}
|
||||
|
||||
uint32_t getAsUInt32() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue