C# 클래스 Trigrad.ColorGraders.TriGrader

Color grader that fills the triangle with the first sample color.
상속: IGrader
파일 보기 프로젝트 열기: ruarai/Trigrad

공개 메소드들

메소드 설명
Grade ( Sample u, Sample v, Sample w, DrawPoint p ) : Pixel

Produces a color from the specified coordinates and colors.

메소드 상세

Grade() 공개 메소드

Produces a color from the specified coordinates and colors.
public Grade ( Sample u, Sample v, Sample w, DrawPoint p ) : Pixel
u Trigrad.DataTypes.Sample
v Trigrad.DataTypes.Sample
w Trigrad.DataTypes.Sample
p DrawPoint
리턴 Pixel