C# 클래스 Trigrad.DataTypes.Compression.TrigradCompressed

The TrigradCompressed form of a bitmap.
파일 보기 프로젝트 열기: ruarai/Trigrad

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Mesh List
SampleTable Pixel>.Dictionary
Width int

공개 메소드들

메소드 설명
DebugVisualisation ( ) : PixelMap

Provides a visualisation of the SampleTable.

MeshOutput ( PixelMap original ) : PixelMap
Save ( Stream s ) : void

Saves a TrigradCompressed image to a stream.

TrigradCompressed ( Stream s ) : System

Loads a TrigradCompressed image from a stream.

TrigradCompressed ( ) : System.Collections.Generic

Constructs a TrigradCompressed without any initial data.

메소드 상세

DebugVisualisation() 공개 메소드

Provides a visualisation of the SampleTable.
public DebugVisualisation ( ) : PixelMap
리턴 PixelMapSharp.PixelMap

MeshOutput() 공개 메소드

public MeshOutput ( PixelMap original ) : PixelMap
original PixelMapSharp.PixelMap
리턴 PixelMapSharp.PixelMap

Save() 공개 메소드

Saves a TrigradCompressed image to a stream.
public Save ( Stream s ) : void
s System.IO.Stream
리턴 void

TrigradCompressed() 공개 메소드

Loads a TrigradCompressed image from a stream.
public TrigradCompressed ( Stream s ) : System
s System.IO.Stream
리턴 System

TrigradCompressed() 공개 메소드

Constructs a TrigradCompressed without any initial data.
public TrigradCompressed ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

Height 공개적으로 프로퍼티

The height of the bitmap.
public int Height
리턴 int

Mesh 공개적으로 프로퍼티

public List Mesh
리턴 List

SampleTable 공개적으로 프로퍼티

A dictionary of sampled points to their corresponding colors.
public Dictionary SampleTable
리턴 Pixel>.Dictionary

Width 공개적으로 프로퍼티

The width of the bitmap.
public int Width
리턴 int