C# 클래스 OpenRA.Graphics.Palette

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

공개 메소드들

메소드 설명
AsBitmap ( this palette ) : Bitmap
AsReadOnly ( this palette ) : IPalette
AsSystemPalette ( this palette ) : System.Drawing.Imaging.ColorPalette
GetColor ( this palette, int index ) : Color

메소드 상세

AsBitmap() 공개 정적인 메소드

public static AsBitmap ( this palette ) : Bitmap
palette this
리턴 System.Drawing.Bitmap

AsReadOnly() 공개 정적인 메소드

public static AsReadOnly ( this palette ) : IPalette
palette this
리턴 IPalette

AsSystemPalette() 공개 정적인 메소드

public static AsSystemPalette ( this palette ) : System.Drawing.Imaging.ColorPalette
palette this
리턴 System.Drawing.Imaging.ColorPalette

GetColor() 공개 정적인 메소드

public static GetColor ( this palette, int index ) : Color
palette this
index int
리턴 System.Drawing.Color