From b10b16ee49a4fcb0b220b559de7bfc1fdfdfa272 Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Sat, 2 Jul 2016 20:12:12 -0500 Subject: Added documentation for color picker raw mode --- doc/base/classes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 50d550f6b2..02dba3b7a8 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -8663,7 +8663,7 @@ - Returns whether this color picker is in raw mode or not + Returns whether this color picker is in raw mode or not, raw mode will allow the color R, G, B component values to go beyond 1, you have to consider that the max value for color components is 1, going beyond that value will not have effect in the color, but can be used for special operations that require it (like tinting without darkening or rendering sprites in HDR). @@ -8684,7 +8684,7 @@ - When set to true, every color channel will be represented as a value from 0 to 1, insetead of 0, 255. + Set whether this color picker is using raw mode or not, see [method is_raw_mode]. -- cgit v1.2.3