C# 클래스 Ultima.Hues

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
ApplyTo ( Bitmap bmp, short Colors, bool onlyHueGrayPixels ) : void
ColorToHue ( Color c ) : short

Converts RGB value to Huecolor

GetHue ( int index ) : Hue

Returns Hue

HueToColor ( short hue ) : Color

Converts Huecolor to RGBColor

HueToColorB ( short hue ) : int
HueToColorG ( short hue ) : int
HueToColorR ( short hue ) : int
Initialize ( ) : void

Reads hues.mul and fills List

Save ( string path ) : void

비공개 메소드들

메소드 설명
Hues ( ) : System

메소드 상세

ApplyTo() 공개 정적인 메소드

public static ApplyTo ( Bitmap bmp, short Colors, bool onlyHueGrayPixels ) : void
bmp System.Drawing.Bitmap
Colors short
onlyHueGrayPixels bool
리턴 void

ColorToHue() 공개 정적인 메소드

Converts RGB value to Huecolor
public static ColorToHue ( Color c ) : short
c Color
리턴 short

GetHue() 공개 정적인 메소드

Returns Hue
public static GetHue ( int index ) : Hue
index int
리턴 Hue

HueToColor() 공개 정적인 메소드

Converts Huecolor to RGBColor
public static HueToColor ( short hue ) : Color
hue short
리턴 Color

HueToColorB() 공개 정적인 메소드

public static HueToColorB ( short hue ) : int
hue short
리턴 int

HueToColorG() 공개 정적인 메소드

public static HueToColorG ( short hue ) : int
hue short
리턴 int

HueToColorR() 공개 정적인 메소드

public static HueToColorR ( short hue ) : int
hue short
리턴 int

Initialize() 공개 정적인 메소드

Reads hues.mul and fills List
public static Initialize ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( string path ) : void
path string
리턴 void