Table of Contents

Enum ColorSpaceHandling

Namespace
NeoVeldrid
Assembly
NeoVeldrid.ImGui.dll

Identifies the kind of color space handling that an ImGuiRenderer uses.

public enum ColorSpaceHandling

Fields

Legacy = 0

Legacy-style color space handling. In this mode, the renderer will not convert sRGB vertex colors into linear space before blending them.

Linear = 1

Improved color space handling. In this mode, the render will convert sRGB vertex colors into linear space before blending them with colors from user Textures.