Class Pixel
Represents a class used for getting pixel value from a corresponding traditional RGBA color values.
Inheritance
System.Object
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.SfShared.Wpf.dll
Syntax
public class Pixel
Constructors
Pixel()
Declaration
public Pixel()
Pixel(Byte, Byte, Byte, Byte)
Declaration
public Pixel(byte r, byte g, byte b, byte a)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | r | |
System.Byte | g | |
System.Byte | b | |
System.Byte | a |
Properties
A
Gets or sets the A byte
Declaration
public byte A { get; set; }
Property Value
Type |
---|
System.Byte |
B
Gets or sets the B byte
Declaration
public byte B { get; set; }
Property Value
Type |
---|
System.Byte |
G
Gets or sets the G byte
Declaration
public byte G { get; set; }
Property Value
Type |
---|
System.Byte |
R
Gets or sets the R byte
Declaration
public byte R { get; set; }
Property Value
Type |
---|
System.Byte |