summaryrefslogtreecommitdiff
path: root/doc/classes/ColorPicker.xml
diff options
context:
space:
mode:
authorClay John <claynjohn@gmail.com>2021-12-29 17:55:01 -0700
committerGitHub <noreply@github.com>2021-12-29 17:55:01 -0700
commit91b97dac03996c4b8791633ea6fa8fdc47852cb6 (patch)
tree8f36aa79285bf829e3a34a16f93335f52835beb4 /doc/classes/ColorPicker.xml
parent9f058674acebf9a7a0704cdbc26dc9f6d853b16e (diff)
parent3ec5a5fb5cfd2ccd9abc00beb917ceb3f8bd3b5c (diff)
Merge pull request #56214 from timothyqiu/alpha-channel
Alpha channel indicates opacity, not transparency
Diffstat (limited to 'doc/classes/ColorPicker.xml')
-rw-r--r--doc/classes/ColorPicker.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml
index 22439f6ca5..cb543afaba 100644
--- a/doc/classes/ColorPicker.xml
+++ b/doc/classes/ColorPicker.xml
@@ -41,7 +41,7 @@
If [code]true[/code], the color will apply only after the user releases the mouse button, otherwise it will apply immediately even in mouse motion event (which can cause performance issues).
</member>
<member name="edit_alpha" type="bool" setter="set_edit_alpha" getter="is_editing_alpha" default="true">
- If [code]true[/code], shows an alpha channel slider (transparency).
+ If [code]true[/code], shows an alpha channel slider (opacity).
</member>
<member name="hsv_mode" type="bool" setter="set_hsv_mode" getter="is_hsv_mode" default="false">
If [code]true[/code], allows editing the color with Hue/Saturation/Value sliders.