C# 클래스 Axiom.Media.DDSCodec.DXTColorBlock

An 8-byte DXT color block, represents a 4x4 texel area. Used by all DXT formats
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
Color0 System.UInt16
Color1 System.UInt16
IndexRow Byte[]

프로퍼티 상세

Color0 공개적으로 프로퍼티

public UInt16,System Color0
리턴 System.UInt16

Color1 공개적으로 프로퍼티

public UInt16,System Color1
리턴 System.UInt16

IndexRow 공개적으로 프로퍼티

public Byte[] IndexRow
리턴 Byte[]