summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-17 18:49:09 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-17 18:49:09 -0500
commit2d3eef4676335082cf6fd669da0673ab952b6272 (patch)
treed8c47a1e8a1d8213bbad39af020191c6a27b6c18 /xml
parent0b3dc4cdf58330b22866851f7c6f614c08bfc98c (diff)
downloadat-spi2-core-2d3eef4676335082cf6fd669da0673ab952b6272.tar.gz
Component.xml: document the GetAlpha method
Diffstat (limited to 'xml')
-rw-r--r--xml/Component.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index 1a9761c6..bf3c2cd6 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -176,6 +176,13 @@
<arg direction="out" type="b"/>
</method>
+ <!--
+ GetAlpha:
+
+ Gets the opacity/alpha value of a component, if alpha blending is in use.
+
+ Returns: opacity value in the [0.0, 1.0] range. 0 is fully transparent and 1 is fully opaque.
+ -->
<method name="GetAlpha">
<arg direction="out" type="d"/>
</method>