Single component color (8 bits). More...
Properties | |
| byte | ComponentsCount [get] |
| Number of the components of this IColor. | |
| byte | Level [get, set] |
| Luminance component property. | |
| Pixel.Type | PixelType [get] |
| Pixel.Type of this IColor. | |
| float | this [int c] [get, set] |
| Color component access. | |
Single component color (8 bits).
byte Derm.Render.ColorY8.ComponentsCount [get] |
Number of the components of this IColor.
byte Derm.Render.ColorY8.Level [get, set] |
Luminance component property.
Pixel.Type Derm.Render.ColorY8.PixelType [get] |
Pixel.Type of this IColor.
float Derm.Render.ColorY8.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. |