C# 클래스 Pinta.ImageManipulation.HsvColor

Adapted from: "A Primer on Building a Color Picker User Control with GDI+ in Visual Basic .NET or C#" http://www.msdnaa.net/Resources/display.aspx?ResID=2460
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
HsvColor ( int hue, int saturation, int value ) : System
ToRgb ( ) : RgbColor
ToString ( ) : string
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HsvColor() 공개 메소드

public HsvColor ( int hue, int saturation, int value ) : System
hue int
saturation int
value int
리턴 System

ToRgb() 공개 메소드

public ToRgb ( ) : RgbColor
리턴 RgbColor

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Hue 공개적으로 프로퍼티

public int Hue
리턴 int

Saturation 공개적으로 프로퍼티

public int Saturation
리턴 int

Value 공개적으로 프로퍼티

public int Value
리턴 int