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