Name | Description | |
---|---|---|
NDynamicThemeColor Constructor | Overloaded. |
The following tables list the members exposed by NDynamicThemeColor.
Name | Description | |
---|---|---|
NDynamicThemeColor Constructor | Overloaded. |
Name | Description | |
---|---|---|
AlphaProperty | Reference to the Alpha property. | |
LuminanceModifierProperty | Reference to the LuminanceModifier property. | |
NameProperty | Reference to the Name property. | |
NDynamicThemeColorSchema | Schema associated with NDynamicThemeColor. | |
SaturationModifierProperty | Reference to the SaturationModifier property. | |
ShadeProperty | Reference to the Shade property. | |
TintProperty | Reference to the Tint property. |
Name | Description | |
---|---|---|
Alpha | Gets/Sets the alpha of the color. Must be from 0 to 1. 0 means a completely transparent color and 1 means a completely opaque color. | |
LuminanceModifier | Gets/Sets the luminance modifier factor of the color. Can be any value. Larger values result in lighter colors. By default set to 1, which means 100% lumininace (i.e. the originanl color). | |
Name | Gets/Sets the theme color name of this scheme color. | |
SaturationModifier | Gets/Sets the saturation modifier factor of the color. Can be any value. Larger values result in more saturated colors. By default set to 1, which means 100% saturation (i.e. the original color). | |
Shade | Gets/Sets the shade of the color. Must be from 0 to 1. Larger values result in darker colors. | |
Tint | Gets/Sets the tint of the color. Must be from 0 to 1. Larger values result in lighter colors. |
Name | Description | |
---|---|---|
CreateAlpha | Creates a dynamic theme color with the given alpha modifier factor. | |
CreateSatLum | Creates a dynamic theme color with the given saturation and luminance modifier factors. | |
CreateTintShade | Creates a dynamic theme color with the given tint and shade. | |
ToColor | Overridden. Converts this theme color to NColor. |