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[]