ColorButton.alpha

uint alpha() @property nothrow

Get alpha property.

Returns

The selected opacity value (0 fully transparent, 65535 fully opaque).
void alpha(uint propval) @property nothrow

Set alpha property.

Parameters

propvalThe selected opacity value (0 fully transparent, 65535 fully opaque).