C# Class Reign.Video.Image.Mipmap

Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
CalculateMipmapLvls ( int width, int height ) : int
FlipVertical ( ) : void
Mipmap ( byte data, int width, int height, int blockDev, int channels ) : System.Threading.Tasks
Mipmap ( int dataSize, int width, int height, int blockDev, int channels ) : System.Threading.Tasks
SwapRBColorChannels ( ) : byte[]

Private Methods

Méthode Description
calculatePitch ( int width, int blockDev, int channels ) : int

Method Details

CalculateMipmapLvls() public static méthode

public static CalculateMipmapLvls ( int width, int height ) : int
width int
height int
Résultat int

FlipVertical() public méthode

public FlipVertical ( ) : void
Résultat void

Mipmap() public méthode

public Mipmap ( byte data, int width, int height, int blockDev, int channels ) : System.Threading.Tasks
data byte
width int
height int
blockDev int
channels int
Résultat System.Threading.Tasks

Mipmap() public méthode

public Mipmap ( int dataSize, int width, int height, int blockDev, int channels ) : System.Threading.Tasks
dataSize int
width int
height int
blockDev int
channels int
Résultat System.Threading.Tasks

SwapRBColorChannels() public méthode

public SwapRBColorChannels ( ) : byte[]
Résultat byte[]