Enum Gradient.ColorSpace
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Gradient.ColorSpace : long
Fields
LinearSrgb = 1Linear sRGB color space.
Oklab = 2Oklab color space. This color space provides a smooth and uniform-looking transition between colors.
Srgb = 0sRGB color space.