Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NvidiaTextureTools
AlphaBlock4x4
C# Class NvidiaTextureTools.AlphaBlock4x4
ファイルを表示
Open project: rbray89/ActiveTextureManagement
Class Usage Examples
Public Properties
Property
Type
Description
alpha
byte[]
weights
float[]
Public Methods
Method
Description
init
(
ColorBlock
src
,
uint
channel
) :
void
init
(
byte
a
) :
void
Method Details
init()
public
method
public
init
(
ColorBlock
src
,
uint
channel
) :
void
src
ColorBlock
channel
uint
return
void
init()
public
method
public
init
(
byte
a
) :
void
a
byte
return
void
Property Details
alpha
public_oe property
public
byte[]
alpha
return
byte[]
weights
public_oe property
public
float[]
weights
return
float[]