ConvertDrawingColorFromHSB(Int32, Single, Single, Single) Method
Converts transparency, 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(
int alpha,
float hue,
float saturation,
float brightness
)
Public Shared Function DrawingColorFromHSB (
alpha As Integer,
hue As Single,
saturation As Single,
brightness As Single
) As Color
- alpha Int32
- Color transparency.
- hue Single
- Color tone.
- saturation Single
- Color Saturation.
- brightness Single
- Color brightness.
ColorColor with the color generated based on the indicated parameters.