Component.getAlpha

Returns the alpha value (i.e. the opacity) for this component, on a scale from 0 (fully transparent) to 1.0 (fully opaque). Since 1.12 Signal Details The "bounds-changed" signal void user_function (AtkComponent *atkcomponent, AtkRectangle *arg1, gpointer user_data) : Run Last The 'bounds-changed" signal is emitted when the bposition or size of the component changes.

class Component
double
getAlpha
()

Return Value

Type: double

An alpha value from 0 to 1.0, inclusive.

Meta