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
| Type | Name | Description | |
|---|---|---|---|
| AvlNet.Pixel | Aqua | Gets the library-defined RGB color that has an RGB value of #00FFFF | |
| AvlNet.Pixel | Black | Gets the library-defined RGB color that has an RGB value of #000000 | |
| AvlNet.Pixel | Blue | Gets the library-defined RGB color that has an RGB value of #0000FF | |
| AvlNet.Pixel | DarkGreen | Gets the library-defined RGB color that has an RGB value of #008000 | |
| AvlNet.Pixel | Fuchsia | Gets the library-defined RGB color that has an RGB value of #FF00FF | |
| AvlNet.Pixel | Gray | Gets the library-defined RGB color that has an RGB value of #808080 | |
| AvlNet.Pixel | Green | Gets the library-defined RGB color that has an RGB value of #FF00FF00 | |
| AvlNet.Pixel | Maroon | Gets the library-defined RGB color that has an RGB value of #800000 | |
| AvlNet.Pixel | Navy | Gets the library-defined RGB color that has an RGB value of #000080 | |
| AvlNet.Pixel | Olive | Gets the library-defined RGB color that has an RGB value of #808000 | |
| AvlNet.Pixel | Purple | Gets the library-defined RGB color that has an RGB value of #800080 | |
| AvlNet.Pixel | Red | Gets the library-defined RGB color that has an RGB value of #FF0000 | |
| AvlNet.Pixel | Silver | Gets the library-defined RGB color that has an RGB value of #C0C0C0 | |
| AvlNet.Pixel | Teal | Gets the library-defined RGB color that has an RGB value of #008080 | |
| System.Single | W | ||
| AvlNet.Pixel | White | Gets the library-defined RGB color that has an RGB value of #FFFFFFFF | |
| System.Single | X | ||
| System.Single | Y | ||
| AvlNet.Pixel | Yellow | Gets the library-defined RGB color that has an RGB value of #FFFF00 | |
| System.Single | Z |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
