Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Tint(
double percent
)
Public Function Tint (
percent As Double
) As String
Parameters
- percent
- Type: SystemDouble
The percent to tint, between 0 and 1, where 0.5 means 50% tinting.
Return Value
Type:
StringThe tinted value if r, g, b, are known, else the original color string.
See Also