Show / Hide Table of Contents

Class IndexedPixel

Inheritance
System.Object
Pixel
IndexedPixel
Inherited Members
Pixel.Frame
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
Overrides
Pixel.GetColor()
In This Article
Back to top Copyright FasterGames ©