C# Class Trigrad.DataTypes.Compression.TrigradCompressed

The TrigradCompressed form of a bitmap.
Afficher le fichier Open project: ruarai/Trigrad

Méthodes publiques

Свойство Type Description
Height int
Mesh List
SampleTable Pixel>.Dictionary
Width int

Méthodes publiques

Méthode Description
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.

Method Details

DebugVisualisation() public méthode

Provides a visualisation of the SampleTable.
public DebugVisualisation ( ) : PixelMap
Résultat PixelMapSharp.PixelMap

MeshOutput() public méthode

public MeshOutput ( PixelMap original ) : PixelMap
original PixelMapSharp.PixelMap
Résultat PixelMapSharp.PixelMap

Save() public méthode

Saves a TrigradCompressed image to a stream.
public Save ( Stream s ) : void
s System.IO.Stream
Résultat void

TrigradCompressed() public méthode

Loads a TrigradCompressed image from a stream.
public TrigradCompressed ( Stream s ) : System
s System.IO.Stream
Résultat System

TrigradCompressed() public méthode

Constructs a TrigradCompressed without any initial data.
public TrigradCompressed ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

Height public_oe property

The height of the bitmap.
public int Height
Résultat int

Mesh public_oe property

public List Mesh
Résultat List

SampleTable public_oe property

A dictionary of sampled points to their corresponding colors.
public Dictionary SampleTable
Résultat Pixel>.Dictionary

Width public_oe property

The width of the bitmap.
public int Width
Résultat int