C# 클래스 NvidiaTextureTools.AlphaBlock4x4

파일 보기 프로젝트 열기: rbray89/ActiveTextureManagement 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alpha byte[]
weights float[]

공개 메소드들

메소드 설명
init ( ColorBlock src, uint channel ) : void
init ( byte a ) : void

메소드 상세

init() 공개 메소드

public init ( ColorBlock src, uint channel ) : void
src ColorBlock
channel uint
리턴 void

init() 공개 메소드

public init ( byte a ) : void
a byte
리턴 void

프로퍼티 상세

alpha 공개적으로 프로퍼티

public byte[] alpha
리턴 byte[]

weights 공개적으로 프로퍼티

public float[] weights
리턴 float[]