C# 클래스 PixelFarm.Agg.GammaLookUpTable

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GammaLookUpTable ( float gamma ) : System
dir ( int v ) : byte
inv ( int v ) : byte

비공개 메소드들

메소드 설명
SetGamma ( float g ) : void

메소드 상세

GammaLookUpTable() 공개 메소드

public GammaLookUpTable ( float gamma ) : System
gamma float
리턴 System

dir() 공개 메소드

public dir ( int v ) : byte
v int
리턴 byte

inv() 공개 메소드

public inv ( int v ) : byte
v int
리턴 byte