C# 클래스 BitMiracle.LibTiff.Classic.Internal.TiffYCbCrToRGB

Convert color value from the YCbCr space to CIE XYZ. The colorspace conversion algorithm comes from the IJG v5a code; see below for more information on how it works.
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Init ( float luma, float refBlackWhite ) : void
TiffYCbCrToRGB ( ) : System
YCbCrtoRGB ( int Y, int Cb, int Cr, int &r, int &g, int &b ) : void

비공개 메소드들

메소드 설명
clamp ( int f, int min, int max ) : int
code2V ( int c, float RB, float RW, float CR ) : int
fix ( float x ) : int
hiClamp ( int f, int max ) : int

메소드 상세

Init() 공개 메소드

public Init ( float luma, float refBlackWhite ) : void
luma float
refBlackWhite float
리턴 void

TiffYCbCrToRGB() 공개 메소드

public TiffYCbCrToRGB ( ) : System
리턴 System

YCbCrtoRGB() 공개 메소드

public YCbCrtoRGB ( int Y, int Cb, int Cr, int &r, int &g, int &b ) : void
Y int
Cb int
Cr int
r int
g int
b int
리턴 void