Skip to content

Commit

Permalink
App: Set PropertyColor to opaque by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marioalexis84 authored and wwmayer committed Nov 23, 2024
1 parent b5a43eb commit 45134ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/PropertyStandard.h
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ class AppExport PropertyColor: public Property
/** 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
Expand Down

0 comments on commit 45134ce

Please sign in to comment.