C# Class Axiom.Media.DDSCodec.DXTColorBlock

An 8-byte DXT color block, represents a 4x4 texel area. Used by all DXT formats
Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Color0 System.UInt16
Color1 System.UInt16
IndexRow Byte[]

Property Details

Color0 public_oe property

public UInt16,System Color0
return System.UInt16

Color1 public_oe property

public UInt16,System Color1
return System.UInt16

IndexRow public_oe property

public Byte[] IndexRow
return Byte[]