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

Pixel Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
Pixel(Single, Single, Single, Single)

Properties

 NameTypeDescription
AquaAvl.Pixel Gets the library-defined RGB color that has an RGB value of #00FFFF
BlackAvl.Pixel Gets the library-defined RGB color that has an RGB value of #000000
BlueAvl.Pixel Gets the library-defined RGB color that has an RGB value of #0000FF
DarkGreenAvl.Pixel Gets the library-defined RGB color that has an RGB value of #008000
EmptyAvl.Pixel Gets an empty instance of the Pixel.
FuchsiaAvl.Pixel Gets the library-defined RGB color that has an RGB value of #FF00FF
GrayAvl.Pixel Gets the library-defined RGB color that has an RGB value of #808080
GreenAvl.Pixel Gets the library-defined RGB color that has an RGB value of #FF00FF00
ItemSystem.Single
MaroonAvl.Pixel Gets the library-defined RGB color that has an RGB value of #800000
NavyAvl.Pixel Gets the library-defined RGB color that has an RGB value of #000080
OliveAvl.Pixel Gets the library-defined RGB color that has an RGB value of #808000
PurpleAvl.Pixel Gets the library-defined RGB color that has an RGB value of #800080
RedAvl.Pixel Gets the library-defined RGB color that has an RGB value of #FF0000
SilverAvl.Pixel Gets the library-defined RGB color that has an RGB value of #C0C0C0
TealAvl.Pixel Gets the library-defined RGB color that has an RGB value of #008080
WhiteAvl.Pixel Gets the library-defined RGB color that has an RGB value of #FFFFFFFF
WSystem.Single
XSystem.Single
YellowAvl.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
Equals(Avl.Pixel)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Set(float, float, float, float)
ToString()Inherited from System.Object

See also