C# Class Kalcium.ColorHelper

Show file Open project: skanaar/Kalcium

Public Methods

Method Description
HsbToRgb ( float hue, float saturation, float brightness ) : Color

Method Details

HsbToRgb() public static method

public static HsbToRgb ( float hue, float saturation, float brightness ) : Color
hue float
saturation float
brightness float
return Color