C# 클래스 Nintenlord.ROMHacking.BitmapHelper

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
BitsPerPixel ( PixelFormat pixelFormat ) : int
FindMatch2D ( Bitmap bigImage, Rectangle findIn, Bitmap smallImage, Rectangle findWhat ) : Rectangle
FindMatch2D ( byte bigImage, Size bigSize, Rectangle findIn, byte smallImage, Size smallSize, Rectangle findWhat ) : Rectangle
FitsIn ( Size &size, Rectangle &rect ) : bool
GetAntiColor ( Color color ) : Color
GetPalette ( Bitmap bitmap ) : List
IsBigger ( Size &big, Size &small ) : bool
ToHsv ( Color color, int &Hue, int &Saturation, int &Value ) : void
ToRgb ( int Hue, int Saturation, int Value ) : Color
Transpose ( Point &point ) : void
Transpose ( PointF &point ) : void
Transpose ( Rectangle &rect ) : void
Transpose ( RectangleF &rect ) : void

메소드 상세

BitsPerPixel() 공개 정적인 메소드

public static BitsPerPixel ( PixelFormat pixelFormat ) : int
pixelFormat PixelFormat
리턴 int

FindMatch2D() 공개 정적인 메소드

public static FindMatch2D ( Bitmap bigImage, Rectangle findIn, Bitmap smallImage, Rectangle findWhat ) : Rectangle
bigImage System.Drawing.Bitmap
findIn System.Drawing.Rectangle
smallImage System.Drawing.Bitmap
findWhat System.Drawing.Rectangle
리턴 System.Drawing.Rectangle

FindMatch2D() 공개 정적인 메소드

public static FindMatch2D ( byte bigImage, Size bigSize, Rectangle findIn, byte smallImage, Size smallSize, Rectangle findWhat ) : Rectangle
bigImage byte
bigSize System.Drawing.Size
findIn System.Drawing.Rectangle
smallImage byte
smallSize System.Drawing.Size
findWhat System.Drawing.Rectangle
리턴 System.Drawing.Rectangle

FitsIn() 공개 정적인 메소드

public static FitsIn ( Size &size, Rectangle &rect ) : bool
size System.Drawing.Size
rect System.Drawing.Rectangle
리턴 bool

GetAntiColor() 공개 정적인 메소드

public static GetAntiColor ( Color color ) : Color
color Color
리턴 Color

GetPalette() 공개 정적인 메소드

public static GetPalette ( Bitmap bitmap ) : List
bitmap System.Drawing.Bitmap
리턴 List

IsBigger() 공개 정적인 메소드

public static IsBigger ( Size &big, Size &small ) : bool
big System.Drawing.Size
small System.Drawing.Size
리턴 bool

ToHsv() 공개 정적인 메소드

public static ToHsv ( Color color, int &Hue, int &Saturation, int &Value ) : void
color Color
Hue int
Saturation int
Value int
리턴 void

ToRgb() 공개 정적인 메소드

public static ToRgb ( int Hue, int Saturation, int Value ) : Color
Hue int
Saturation int
Value int
리턴 Color

Transpose() 공개 정적인 메소드

public static Transpose ( Point &point ) : void
point Point
리턴 void

Transpose() 공개 정적인 메소드

public static Transpose ( PointF &point ) : void
point System.Drawing.PointF
리턴 void

Transpose() 공개 정적인 메소드

public static Transpose ( Rectangle &rect ) : void
rect System.Drawing.Rectangle
리턴 void

Transpose() 공개 정적인 메소드

public static Transpose ( RectangleF &rect ) : void
rect System.Drawing.RectangleF
리턴 void