C# Class NvidiaTextureTools.AlphaBlockDXT5

Show file Open project: rbray89/ActiveTextureManagement Class Usage Examples

Public Methods

Method Description
evaluatePalette ( byte alpha, bool d3d9 ) : void
index ( uint index ) : uint
setIndex ( uint index, uint value ) : void

Private Methods

Method Description
WriteBytes ( byte dst, int index ) : void
evaluatePalette6 ( byte alpha, bool d3d9 ) : void
evaluatePalette8 ( byte alpha, bool d3d9 ) : void

Method Details

evaluatePalette() public method

public evaluatePalette ( byte alpha, bool d3d9 ) : void
alpha byte
d3d9 bool
return void

index() public method

public index ( uint index ) : uint
index uint
return uint

setIndex() public method

public setIndex ( uint index, uint value ) : void
index uint
value uint
return void