ColorButton.alpha
uint alpha() @property nothrowGet alpha property.
Returns
The selected opacity value (0 fully transparent, 65535 fully opaque).
void alpha(uint propval) @property nothrowSet alpha property.
Parameters
propval | The selected opacity value (0 fully transparent, 65535 fully opaque). |