Class Pixel
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
Assembly: cs.temp.dll.dll
Syntax
public abstract class Pixel
Constructors
Pixel(Frame)
Declaration
public Pixel(Frame frame)
Parameters
| Type | Name | Description |
|---|---|---|
| Frame | frame |
Fields
Frame
Declaration
protected Frame Frame
Field Value
| Type | Description |
|---|---|
| Frame |
Methods
GetColor()
Declaration
public abstract Color GetColor()
Returns
| Type | Description |
|---|---|
| Color |