C# 클래스 TargaImagePCL.RawTGABitmap

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

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
Format TGAPixelFormat
Height int
Width int

공개 메소드들

메소드 설명
RawTGABitmap ( int width, int height, byte data, TGAPixelFormat format ) : System
ToBGRA ( bool premultiply ) : byte[]

메소드 상세

RawTGABitmap() 공개 메소드

public RawTGABitmap ( int width, int height, byte data, TGAPixelFormat format ) : System
width int
height int
data byte
format TGAPixelFormat
리턴 System

ToBGRA() 공개 메소드

public ToBGRA ( bool premultiply ) : byte[]
premultiply bool
리턴 byte[]

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Format 공개적으로 프로퍼티

public TGAPixelFormat Format
리턴 TGAPixelFormat

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int