'宣言 Public Function New( _ ByVal hue As System.Single, _ ByVal saturation As System.Single, _ ByVal lightness As System.Single, _ Optional ByVal opacity As System.Single _ )
public HslColor( System.float hue, System.float saturation, System.float lightness, System.float opacity )
パラメータ
- hue
- Hue value in the range [0, 360].
- saturation
- Saturation value in the range [0, 1].
- lightness
- Lightness value in the range [0, 1].
- opacity
- Opacity value in the range [0, 1].