From 7b7d4ef079c2c1d196253da58bc758d9ef911108 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Thu, 28 May 2020 08:17:17 +0200 Subject: Add color option for img bbcode tag in RichTextLabel to tint images --- doc/classes/RichTextLabel.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index efc0c9d600..db036d7d88 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -20,8 +20,10 @@ + + - Adds an image's opening and closing tags to the tag stack, optionally providing a [code]width[/code] and [code]height[/code] to resize the image. + Adds an image's opening and closing tags to the tag stack, optionally providing a [code]width[/code] and [code]height[/code] to resize the image and a [code]color[/code] to tint the image. If [code]width[/code] or [code]height[/code] is set to 0, the image size will be adjusted in order to keep the original aspect ratio. -- cgit v1.2.3