App: Set PropertyColor to opaque by default

This commit is contained in:
marioalexis
2024-11-23 02:52:16 -03:00
committed by wwmayer
parent cf64d095ec
commit 95108093ca

View File

@@ -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