C# 클래스 Ultima.Hue

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

공개 메소드들

메소드 설명
ApplyTo ( Bitmap bmp, bool onlyHueGrayPixels ) : void

Applies Hue to Bitmap

Export ( string FileName ) : void
GetColor ( int index ) : Color
Hue ( int index ) : System
Hue ( int index, BinaryReader bin ) : System
Hue ( int index, HueDataMul mulstruct ) : System
Import ( string FileName ) : void

메소드 상세

ApplyTo() 공개 메소드

Applies Hue to Bitmap
public ApplyTo ( Bitmap bmp, bool onlyHueGrayPixels ) : void
bmp System.Drawing.Bitmap
onlyHueGrayPixels bool
리턴 void

Export() 공개 메소드

public Export ( string FileName ) : void
FileName string
리턴 void

GetColor() 공개 메소드

public GetColor ( int index ) : Color
index int
리턴 System.Drawing.Color

Hue() 공개 메소드

public Hue ( int index ) : System
index int
리턴 System

Hue() 공개 메소드

public Hue ( int index, BinaryReader bin ) : System
index int
bin System.IO.BinaryReader
리턴 System

Hue() 공개 메소드

public Hue ( int index, HueDataMul mulstruct ) : System
index int
mulstruct HueDataMul
리턴 System

Import() 공개 메소드

public Import ( string FileName ) : void
FileName string
리턴 void