ConvertDrawingColorSetBrightness Method
Get a color by changing the brightness value.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Color DrawingColorSetBrightness(
Color color,
float brightness
)
Public Shared Function DrawingColorSetBrightness (
color As Color,
brightness As Single
) As Color
- color Color
- Base color.
- brightness Single
- Color brightness.
ColorColor with the color generated once the brightness is changed.