C# Класс Trigrad.DataTypes.Compression.TrigradCompressed

The TrigradCompressed form of a bitmap.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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