ColorFormat Properties |
The ColorFormat type exposes the following members.
Name | Description | |
---|---|---|
B |
Returns or sets the blue component of a color. All color transformations are ignored.
Read/write Byte.
| |
Color |
Returns resulting color (with all color transformations applied).
Sets RGB colors and clears all color transformations.
Read/write Color.
| |
ColorTransform |
Returns the collection of color transformations applied to a color.
Read-only IColorOperationCollection.
| |
ColorType |
Returns or sets the color definition method.
Read/write ColorType.
| |
FloatB |
Returns or sets the blue component of a color. All color transformations are ignored.
Read/write Single.
| |
FloatG |
Returns or sets the green component of a color. All color transformations are ignored.
Read/write Single.
| |
FloatR |
Returns or sets the red component of a color. All color transformations are ignored.
Read/write Single.
| |
G |
Returns or sets the green component of a color. All color transformations are ignored.
| |
Hue |
Returns or sets the hue component of a color in HSL representation.
All color transformations are ignored.
Read/write Single.
| |
Luminance |
Returns or sets the luminance component of a color in HSL representation.
All color transformations are ignored.
Read/write Single.
| |
PresetColor |
Returns or sets the color preset.
Read/write PresetColor.
| |
R |
Returns or sets the red component of a color. All color transformations are ignored.
Read/write Byte.
| |
Saturation |
Returns or sets the saturation component of a color in HSL representation.
All color transformations are ignored.
Read/write Single.
| |
SchemeColor |
Returns or sets the color identified by a color scheme.
Read/write SchemeColor.
| |
SystemColor |
Returns or sets the color identified by the system color table.
Read/write SystemColor.
|