C# Class Trigrad.ColorGraders.BlindDitherGrader

Color grader that fills a triangle with a dithering that ignores the barycentric coordinates.
Inheritance: IGrader
显示文件 Open project: ruarai/Trigrad

Public Methods

Method Description
Grade ( Sample u, Sample v, Sample w, DrawPoint p ) : System.Pixel

Produces a color from the specified coordinates and colors.

Method Details

Grade() public method

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
return System.Pixel