You are here: Start » AVL.NET » Pixel Structure

Pixel Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Pixel(Single[])
Pixel(Color)
Pixel(Single, Single, Single, Single)

Properties

 NameTypeDescription
AquaAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #00FFFF
BlackAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #000000
BlueAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #0000FF
DarkGreenAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #008000
FuchsiaAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #FF00FF
GrayAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #808080
GreenAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #FF00FF00
MaroonAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #800000
NavyAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #000080
OliveAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #808000
PurpleAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #800080
RedAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #FF0000
SilverAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #C0C0C0
TealAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #008080
WhiteAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #FFFFFFFF
WSystem.Single
XSystem.Single
YellowAvlNet.Pixel Gets the library-defined RGB color that has an RGB value of #FFFF00
YSystem.Single
ZSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also