C# 클래스 Trigrad.DataTypes.TrigradDecompressed

The results of a TrigradDecompression, containing both the output and debug bitmaps.
파일 보기 프로젝트 열기: ruarai/Trigrad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DebugOutput PixelMap
Output PixelMap

공개 메소드들

메소드 설명
TrigradDecompressed ( int width, int height ) : System.Collections.Generic

Constructor for a TrigradDecompressed object, defining the width and height of output bitmaps.

메소드 상세

TrigradDecompressed() 공개 메소드

Constructor for a TrigradDecompressed object, defining the width and height of output bitmaps.
public TrigradDecompressed ( int width, int height ) : System.Collections.Generic
width int
height int
리턴 System.Collections.Generic

프로퍼티 상세

DebugOutput 공개적으로 프로퍼티

The debug output bitmap, showing calculated barycentric coordinates.
public PixelMap DebugOutput
리턴 PixelMap

Output 공개적으로 프로퍼티

The decompressed output bitmap.
public PixelMap Output
리턴 PixelMap