Table of Contents

Enum Gradient.ColorSpace

Namespace
Godot
Assembly
GodotSharp.dll
public enum Gradient.ColorSpace : long

Fields

LinearSrgb = 1

Linear sRGB color space.

Oklab = 2

Oklab color space. This color space provides a smooth and uniform-looking transition between colors.

Srgb = 0

sRGB color space.