C# 클래스 Reign.Video.Image.Mipmap

파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
calculatePitch ( int width, int blockDev, int channels ) : int

메소드 상세

CalculateMipmapLvls() 공개 정적인 메소드

public static CalculateMipmapLvls ( int width, int height ) : int
width int
height int
리턴 int

FlipVertical() 공개 메소드

public FlipVertical ( ) : void
리턴 void

Mipmap() 공개 메소드

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
리턴 System.Threading.Tasks

Mipmap() 공개 메소드

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
리턴 System.Threading.Tasks

SwapRBColorChannels() 공개 메소드

public SwapRBColorChannels ( ) : byte[]
리턴 byte[]