Class IndexedPixel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FasterGames.Aseprite.Editor.Library.PixelFormats
Assembly: cs.temp.dll.dll
Syntax
public class IndexedPixel : Pixel
Constructors
IndexedPixel(Frame, Byte)
Declaration
public IndexedPixel(Frame frame, byte index)
Parameters
Type | Name | Description |
---|---|---|
Frame | frame | |
System.Byte | index |
Properties
Index
Declaration
public byte Index { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
GetColor()
Declaration
public override Color GetColor()
Returns
Type | Description |
---|---|
Color |