public static HsbToColor ( float h, float s, float b ) : Color | ||
h | float | The hue of the color. |
s | float | The saturation of the color. |
b | float | The brightness of the color. |
return | Color |
public static HsbToColor ( float h, float s, float b ) : Color | ||
h | float | The hue of the color. |
s | float | The saturation of the color. |
b | float | The brightness of the color. |
return | Color |