Click or drag to resize

ImageRgbeToSrgb Method

Converts a standard RGBE (Red Green Blue Exponent) image to an sRGB image.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Image RgbeToSrgb()

Return Value

Type: Image

[Missing <returns> documentation for "M:Godot.Image.RgbeToSrgb"]

See Also