docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct PaletteEntry

    Structure for an entry in the color palette.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)