ConvertDrawingColorFromHSB(Single, Single, Single) Method
Converts hue, saturation and brightness values to a color.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Color DrawingColorFromHSB(
float hue,
float saturation,
float brightness
)
Public Shared Function DrawingColorFromHSB (
hue As Single,
saturation As Single,
brightness As Single
) As Color
- hue Single
- Color tone.
- saturation Single
- Color Saturation.
- brightness Single
- Color brightness.
ColorColor with the color generated based on the indicated parameters.