C# 클래스 Trigrad.ColorGraders.BlindDitherGrader

Color grader that fills a triangle with a dithering that ignores the barycentric coordinates.
상속: IGrader
파일 보기 프로젝트 열기: ruarai/Trigrad

공개 메소드들

메소드 설명
Grade ( Sample u, Sample v, Sample w, DrawPoint p ) : System.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 ) : System.Pixel
u Sample
v Sample
w Sample
p DrawPoint
리턴 System.Pixel