C# 클래스 Trigrad.DataTypes.TrigradOptions

Options for the usage of the TrigradCompressor.
파일 보기 프로젝트 열기: ruarai/Trigrad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FrequencyTable FrequencyTable
Iterations int
Random System.Random
Renderer IFill
ResampleColors bool
Resamples int
SampleCount int

공개 메소드들

메소드 설명
TrigradOptions ( ) : System

Constructs a TrigradOptions with a random seed.

TrigradOptions ( int seed ) : System

Constructs a TrigradOptions with a specified seed.

메소드 상세

TrigradOptions() 공개 메소드

Constructs a TrigradOptions with a random seed.
public TrigradOptions ( ) : System
리턴 System

TrigradOptions() 공개 메소드

Constructs a TrigradOptions with a specified seed.
public TrigradOptions ( int seed ) : System
seed int
리턴 System

프로퍼티 상세

FrequencyTable 공개적으로 프로퍼티

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

Iterations 공개적으로 프로퍼티

The number of iterations performed during minimisation.
public int Iterations
리턴 int

Random 공개적으로 프로퍼티

The random number generator to be used by the TrigradCompressor.
public Random,System Random
리턴 System.Random

Renderer 공개적으로 프로퍼티

public IFill Renderer
리턴 IFill

ResampleColors 공개적으로 프로퍼티

public bool ResampleColors
리턴 bool

Resamples 공개적으로 프로퍼티

The number of resamples.
public int Resamples
리턴 int

SampleCount 공개적으로 프로퍼티

The goal number of samples to be achieved.
public int SampleCount
리턴 int