[]
Represents a scheme color.
public struct SchemeColor : IEquatable<SchemeColor>
Public Structure SchemeColor
Implements IEquatable(Of SchemeColor)
Name | Description |
---|---|
Auto | |
Default | Represents an empty SchemeColor value. |
Transparent |
Name | Description |
---|---|
Apply(ColorTransform) | Applies the specified ColorTransform value to this SchemeColor color. |
CreateArgbColor(int) | Creates the ARGB color. |
CreateArgbColor(int, int, int, byte) | Creates the ARGB color. |
CreateHslColor(double, double, double) | Creates the color represented in HLS color. |
CreatePresetColor(short) | Creates the preset color. |
CreateRgbColor(int) | Creates the RGB color. The alpha color channel is set to 255. |
CreateThemeColor(SchemeThemeColors) | Creates the theme color. |
Equals(SchemeColor) | Indicates whether the current object is equal to another object of the same type. |
GetColorTransform(ColorTransformType) | Get color transform of this color. |
IsAutoColor() | Gets a value indicating whether this color represent an automatic color. |
IsDefault() | Indicates whether the specified SchemeColor is default. |
IsTransparent() | Gets a value indicating whether this color is transparent color. |
RemoveColorTransform(ColorTransformType) | Remove color transform for this color. |