From a1254fe5adf3d7a05e15a10d4b765b4b0f8885fc Mon Sep 17 00:00:00 2001 From: Micky Date: Sat, 5 Apr 2025 12:52:09 +0200 Subject: [PATCH] Fix incorrect data format in RenderingDevice docs --- doc/classes/RenderingDevice.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/RenderingDevice.xml b/doc/classes/RenderingDevice.xml index 7aae47064e..a3303ac06c 100644 --- a/doc/classes/RenderingDevice.xml +++ b/doc/classes/RenderingDevice.xml @@ -1302,7 +1302,7 @@ 8-bit-per-channel signed integer red/green/blue channel data format. Values are in the [code][-127, 127][/code] range. - 8-bit-per-channel unsigned floating-point red/green/blue/blue channel data format with normalized value and non-linear sRGB encoding. Values are in the [code][0.0, 1.0][/code] range. + 8-bit-per-channel unsigned floating-point red/green/blue channel data format with normalized value and non-linear sRGB encoding. Values are in the [code][0.0, 1.0][/code] range. 8-bit-per-channel unsigned floating-point blue/green/red channel data format with normalized value. Values are in the [code][0.0, 1.0][/code] range.