C# 클래스 entity.MetaEditor2.ColorHandler.HSV

The hsv.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Hue int
Saturation int
value int

공개 메소드들

메소드 설명
HSV ( int H, int S, int V ) : System

Initializes a new instance of the HSV struct.

ToString ( ) : string

The to string.

메소드 상세

HSV() 공개 메소드

Initializes a new instance of the HSV struct.
public HSV ( int H, int S, int V ) : System
H int The H.
S int The S.
V int The V.
리턴 System

ToString() 공개 메소드

The to string.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Hue 공개적으로 프로퍼티

The hue.
public int Hue
리턴 int

Saturation 공개적으로 프로퍼티

The saturation.
public int Saturation
리턴 int

value 공개적으로 프로퍼티

The value.
public int value
리턴 int