Class GrayscalePixel
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 GrayscalePixel : Pixel
Constructors
GrayscalePixel(Frame, Byte[])
Declaration
public GrayscalePixel(Frame frame, byte[] color)
Parameters
Type | Name | Description |
---|---|---|
Frame | frame | |
System.Byte[] | color |
Properties
Color
Declaration
public byte[] Color { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Methods
GetColor()
Declaration
public override Color GetColor()
Returns
Type | Description |
---|---|
Color |