App: Set PropertyColor to opaque by default
This commit is contained in:
@@ -1022,7 +1022,7 @@ public:
|
||||
/** Sets the property
|
||||
*/
|
||||
void setValue(const Color& col);
|
||||
void setValue(float r, float g, float b, float a = 0.0F);
|
||||
void setValue(float r, float g, float b, float a = 1.0F);
|
||||
void setValue(uint32_t rgba);
|
||||
|
||||
/** This method returns a string representation of the property
|
||||
|
||||
Reference in New Issue
Block a user