C# 클래스 ARCed.Core.ColorHandler.HSV

Struct containing data for a color of the HSV color space.
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
HSV ( int a, int h, int s, int v ) : System

Default constructor

ToString ( ) : string

Converts and returns the string representation of the object

메소드 상세

HSV() 공개 메소드

Default constructor
public HSV ( int a, int h, int s, int v ) : System
a int Alpha value
h int Hue value
s int Saturation value
v int Value value
리턴 System

ToString() 공개 메소드

Converts and returns the string representation of the object
public ToString ( ) : string
리턴 string