Struct PaletteEntry
Structure for an entry in the color palette.
Inherited Members
Namespace: UnityEditor.U2D.Aseprite
Syntax
public struct PaletteEntry
Properties
color
Color value.
Declaration
public Color32 color { readonly get; }
Property Value
Type | Description |
---|---|
Color32 |
name
Name of the color.
Declaration
public string name { readonly get; }
Property Value
Type | Description |
---|---|
String |