Version 3.3.0.1

ColorPalette class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class ColorPalette
A color palette.
Inheritance
  • System.Object
  • ColorPalette

Constructors

ColorPalette()
public ColorPalette()

Properties

Colors
The colors.
public List<Color> Colors { get; set; }
Name
Name of the color palette.
public string Name { get; set; }
ShowAlpha
Whether to show the alpha channel.
public bool ShowAlpha { get; set; }