RGB color (24 bits). More...
Properties | |
| ushort | Alpha [get, set] |
| Alpha component property. | |
| ushort | Blue [get, set] |
| Blue component property. | |
| byte | ComponentsCount [get] |
| Number of the components of this IVertex. | |
| ushort | Green [get, set] |
| Green component property. | |
| Pixel.Type | PixelType [get] |
| Pixel.Type of this IColor. | |
| ushort | Red [get, set] |
| Red component property. | |
| float | this [int c] [get, set] |
| Color component access. | |
RGB color (24 bits).
ushort Derm.Render.ColorRGB48.Alpha [get, set] |
Alpha component property.
ushort Derm.Render.ColorRGB48.Blue [get, set] |
Blue component property.
byte Derm.Render.ColorRGB48.ComponentsCount [get] |
Number of the components of this IVertex.
ushort Derm.Render.ColorRGB48.Green [get, set] |
Green component property.
Pixel.Type Derm.Render.ColorRGB48.PixelType [get] |
Pixel.Type of this IColor.
ushort Derm.Render.ColorRGB48.Red [get, set] |
Red component property.
float Derm.Render.ColorRGB48.this[int c] [get, set] |
Color component access.
| c | A System.Int32 indicating the color component index (0 based). In the case this parameter is greater or equals to ComponentsCount, the operation won't be meaninfull. |