mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Decrease the default GradientTexture and CurveTexture size
This provides better usability when a GradientTexture or CurveTexture is added to a Control node. Visual appearance of most GradientTextures and CurveTextures will be unaffected.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<member name="use_hdr" type="bool" setter="set_use_hdr" getter="is_using_hdr" default="false">
|
||||
If [code]true[/code], the generated texture will support high dynamic range ([constant Image.FORMAT_RGBAF] format). This allows for glow effects to work if [member Environment.glow_enabled] is [code]true[/code]. If [code]false[/code], the generated texture will use low dynamic range; overbright colors will be clamped ([constant Image.FORMAT_RGBA8] format).
|
||||
</member>
|
||||
<member name="width" type="int" setter="set_width" getter="get_width" default="2048">
|
||||
<member name="width" type="int" setter="set_width" getter="get_width" default="256">
|
||||
The number of color samples that will be obtained from the [Gradient].
|
||||
</member>
|
||||
</members>
|
||||
|
||||
Reference in New Issue
Block a user