C# Class NvidiaTextureTools.AlphaBlock4x4

Afficher le fichier Open project: rbray89/ActiveTextureManagement Class Usage Examples

Méthodes publiques

Свойство Type Description
alpha byte[]
weights float[]

Méthodes publiques

Méthode Description
init ( ColorBlock src, uint channel ) : void
init ( byte a ) : void

Method Details

init() public méthode

public init ( ColorBlock src, uint channel ) : void
src ColorBlock
channel uint
Résultat void

init() public méthode

public init ( byte a ) : void
a byte
Résultat void

Property Details

alpha public_oe property

public byte[] alpha
Résultat byte[]

weights public_oe property

public float[] weights
Résultat float[]