C# 클래스 AlbLib.Imaging.ImageBase

상속: IRenderable
파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
Assemble ( byte arr, int width, int height ) : ].byte[
Disassemble ( byte arr ) : byte[]
ExtractLight ( ) : RawImage
ExtractLight ( RawImage &exported ) : bool
GetHeight ( ) : int
GetWidth ( ) : int
Render ( ImagePalette palette ) : Image

Draws the image to bitmap.

Render ( RenderOptions options ) : Image
Render ( int palette ) : Image

Draws the image to bitmap.

ToRawData ( ) : byte[]

Converts entire image to format-influenced byte array.

메소드 상세

Assemble() 공개 정적인 메소드

public static Assemble ( byte arr, int width, int height ) : ].byte[
arr byte
width int
height int
리턴 ].byte[

Disassemble() 공개 정적인 메소드

public static Disassemble ( byte arr ) : byte[]
arr byte
리턴 byte[]

ExtractLight() 공개 메소드

public ExtractLight ( ) : RawImage
리턴 RawImage

ExtractLight() 공개 메소드

public ExtractLight ( RawImage &exported ) : bool
exported RawImage
리턴 bool

GetHeight() 공개 추상적인 메소드

public abstract GetHeight ( ) : int
리턴 int

GetWidth() 공개 추상적인 메소드

public abstract GetWidth ( ) : int
리턴 int

Render() 공개 메소드

Draws the image to bitmap.
public Render ( ImagePalette palette ) : Image
palette ImagePalette /// Palette. ///
리턴 Image

Render() 공개 메소드

public Render ( RenderOptions options ) : Image
options RenderOptions
리턴 Image

Render() 공개 메소드

Draws the image to bitmap.
public Render ( int palette ) : Image
palette int /// Palette ID. ///
리턴 Image

ToRawData() 공개 추상적인 메소드

Converts entire image to format-influenced byte array.
public abstract ToRawData ( ) : byte[]
리턴 byte[]