C# Class TargaImagePCL.RawTGABitmap

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Data byte[]
Format TGAPixelFormat
Height int
Width int

Méthodes publiques

Méthode Description
RawTGABitmap ( int width, int height, byte data, TGAPixelFormat format ) : System
ToBGRA ( bool premultiply ) : byte[]

Method Details

RawTGABitmap() public méthode

public RawTGABitmap ( int width, int height, byte data, TGAPixelFormat format ) : System
width int
height int
data byte
format TGAPixelFormat
Résultat System

ToBGRA() public méthode

public ToBGRA ( bool premultiply ) : byte[]
premultiply bool
Résultat byte[]

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

Format public_oe property

public TGAPixelFormat Format
Résultat TGAPixelFormat

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int