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

Pixel Structure

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

Pixel(Color)
Pixel(Single, Single, Single, Single)

Properties

 TypeNameDescription
AvlNet.PixelAqua Gets the library-defined RGB color that has an RGB value of #00FFFF
AvlNet.PixelBlack Gets the library-defined RGB color that has an RGB value of #000000
AvlNet.PixelBlue Gets the library-defined RGB color that has an RGB value of #0000FF
AvlNet.PixelDarkGreen Gets the library-defined RGB color that has an RGB value of #008000
AvlNet.PixelFuchsia Gets the library-defined RGB color that has an RGB value of #FF00FF
AvlNet.PixelGray Gets the library-defined RGB color that has an RGB value of #808080
AvlNet.PixelGreen Gets the library-defined RGB color that has an RGB value of #FF00FF00
AvlNet.PixelMaroon Gets the library-defined RGB color that has an RGB value of #800000
AvlNet.PixelNavy Gets the library-defined RGB color that has an RGB value of #000080
AvlNet.PixelOlive Gets the library-defined RGB color that has an RGB value of #808000
AvlNet.PixelPurple Gets the library-defined RGB color that has an RGB value of #800080
AvlNet.PixelRed Gets the library-defined RGB color that has an RGB value of #FF0000
AvlNet.PixelSilver Gets the library-defined RGB color that has an RGB value of #C0C0C0
AvlNet.PixelTeal Gets the library-defined RGB color that has an RGB value of #008080
System.SingleW
AvlNet.PixelWhite Gets the library-defined RGB color that has an RGB value of #FFFFFFFF
System.SingleX
System.SingleY
AvlNet.PixelYellow Gets the library-defined RGB color that has an RGB value of #FFFF00
System.SingleZ

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