Click or drag to resize

EnvironmentSetAdjustmentColorCorrection Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.SetAdjustmentColorCorrection(Godot.Texture)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAdjustmentColorCorrection is deprecated. Use the AdjustmentColorCorrection property instead.")]
public void SetAdjustmentColorCorrection(
	Texture colorCorrection
)

Parameters

colorCorrection
Type: GodotTexture

[Missing <param name="colorCorrection"/> documentation for "M:Godot.Environment.SetAdjustmentColorCorrection(Godot.Texture)"]

See Also