You are here: Start » AVL.NET » Pixel Structure
Pixel Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Pixel(Color) | ||
| Pixel(Single, Single, Single, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Aqua | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #00FFFF | |
| Black | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #000000 | |
| Blue | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #0000FF | |
| DarkGreen | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #008000 | |
| Fuchsia | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #FF00FF | |
| Gray | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #808080 | |
| Green | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #FF00FF00 | |
| Maroon | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #800000 | |
| Navy | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #000080 | |
| Olive | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #808000 | |
| Purple | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #800080 | |
| Red | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #FF0000 | |
| Silver | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #C0C0C0 | |
| Teal | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #008080 | |
| White | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #FFFFFFFF | |
| W | System.Single | ||
| X | System.Single | ||
| Yellow | AvlNet.Pixel | Gets the library-defined RGB color that has an RGB value of #FFFF00 | |
| Y | System.Single | ||
| Z | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
