C# Class Axiom.Media.DDSCodec.DXTInterpolatedAlphaBlock

An 8-byte DXT interpolated alpha block, represents a 4x4 texel area. Used by DXT4/5
Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Alpha0 Byte
Alpha1 Byte
Indexes Byte[]

Property Details

Alpha0 public property

public Byte Alpha0
return Byte

Alpha1 public property

public Byte Alpha1
return Byte

Indexes public property

public Byte[] Indexes
return Byte[]