C# Class Trigrad.DataTypes.TrigradOptions

Options for the usage of the TrigradCompressor.
Afficher le fichier Open project: ruarai/Trigrad Class Usage Examples

Méthodes publiques

Свойство Type Description
FrequencyTable FrequencyTable
Iterations int
Random System.Random
Renderer IFill
ResampleColors bool
Resamples int
SampleCount int

Méthodes publiques

Méthode Description
TrigradOptions ( ) : System

Constructs a TrigradOptions with a random seed.

TrigradOptions ( int seed ) : System

Constructs a TrigradOptions with a specified seed.

Method Details

TrigradOptions() public méthode

Constructs a TrigradOptions with a random seed.
public TrigradOptions ( ) : System
Résultat System

TrigradOptions() public méthode

Constructs a TrigradOptions with a specified seed.
public TrigradOptions ( int seed ) : System
seed int
Résultat System

Property Details

FrequencyTable public_oe property

The frequency table providing the TrigradCompressor values regarding the chance a pixel will be sampled.
public FrequencyTable,Trigrad.DataTypes FrequencyTable
Résultat FrequencyTable

Iterations public_oe property

The number of iterations performed during minimisation.
public int Iterations
Résultat int

Random public_oe property

The random number generator to be used by the TrigradCompressor.
public Random,System Random
Résultat System.Random

Renderer public_oe property

public IFill Renderer
Résultat IFill

ResampleColors public_oe property

public bool ResampleColors
Résultat bool

Resamples public_oe property

The number of resamples.
public int Resamples
Résultat int

SampleCount public_oe property

The goal number of samples to be achieved.
public int SampleCount
Résultat int