RGBA color (32 bits). More...
Public Member Functions | |
| ColorRGBA32 (float r, float g, float b, float a) | |
| ColorRGBA32 (float r, float g, float b) | |
Public Attributes | |
| byte | a |
| Alpha component for RGBA color. | |
| byte | b |
| Blue component for RGBA color. | |
| byte | g |
| Green component for RGBA color. | |
| byte | r |
| Red component for RGBA color. | |
Properties | |
| byte | Alpha [get, set] |
| Alpha component property. | |
| byte | Blue [get, set] |
| Blue component property. | |
| byte | ComponentsCount [get] |
| Number of the components of this IVertex. | |
| byte | Green [get, set] |
| Green component property. | |
| Pixel.Type | PixelType [get] |
| Pixel.Type of this IColor. | |
| byte | Red [get, set] |
| Red component property. | |
| float | this [int c] [get, set] |
| Color component access. | |
RGBA color (32 bits).
| Derm.Render.ColorRGBA32.ColorRGBA32 | ( | float | r, | |
| float | g, | |||
| float | b | |||
| ) |
| Derm.Render.ColorRGBA32.ColorRGBA32 | ( | float | r, | |
| float | g, | |||
| float | b, | |||
| float | a | |||
| ) |
Alpha component for RGBA color.
Blue component for RGBA color.
Green component for RGBA color.
Red component for RGBA color.
byte Derm.Render.ColorRGBA32.Alpha [get, set] |
Alpha component property.
byte Derm.Render.ColorRGBA32.Blue [get, set] |
Blue component property.
byte Derm.Render.ColorRGBA32.ComponentsCount [get] |
Number of the components of this IVertex.
byte Derm.Render.ColorRGBA32.Green [get, set] |
Green component property.
Pixel.Type Derm.Render.ColorRGBA32.PixelType [get] |
Pixel.Type of this IColor.
byte Derm.Render.ColorRGBA32.Red [get, set] |
Red component property.
float Derm.Render.ColorRGBA32.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. |