C# 클래스 Netsy.DataModel.HsvColor

A color value as HSV (Hue, Saturation and Value)
상속: EtsyColor
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
HsvColor ( int hue, int saturation, int value ) : System.Globalization

Initializes a new instance of the HsvColor class from numeric values

HsvColor ( string value ) : System.Globalization

Initializes a new instance of the HsvColor class from a string value

ToString ( ) : string

Display for debug or for sending to server

메소드 상세

HsvColor() 공개 메소드

Initializes a new instance of the HsvColor class from numeric values
public HsvColor ( int hue, int saturation, int value ) : System.Globalization
hue int the hue of the color
saturation int the saturation of the color
value int the value of the color>
리턴 System.Globalization

HsvColor() 공개 메소드

Initializes a new instance of the HsvColor class from a string value
public HsvColor ( string value ) : System.Globalization
value string contains the full color value
리턴 System.Globalization

ToString() 공개 메소드

Display for debug or for sending to server
public ToString ( ) : string
리턴 string