When with-alpha is false, the color that is selected will be forced to have alpha == 1.
ColorDialog.withAlpha
bool withAlpha() @propertyGet withAlpha property.
Returns
Whether colors may have alpha (translucency).
void withAlpha(bool propval) @propertySet withAlpha property.
Parameters
propval | Whether colors may have alpha (translucency). When with-alpha is false, the color that is selected will be forced to have alpha == 1. |