HslColor.ApplyTint(Double) Method
Applies a tint to the current color.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| tint | Double | The tint value to apply. A value between 0.0 and 1.0 (0.0 means no tint and 1.0 means full white). |
Returns
| Type | Description |
|---|---|
| HslColor | The color with the applied tint. |
See Also