Name |
Description |
AverageGrader |
Color grader that fills the triangle with an average of the three vertice samples. |
BlindDitherGrader |
Color grader that fills a triangle with a dithering that ignores the barycentric coordinates. |
DitherGrader |
Color grader that fills a triangle with a dithered output. |
FillGrader |
Color grader that fills a triangle with each point's nearest color. |
TopGrader |
Color grader that fills the triangle with the highest valued vertice sample. |
TriGrader |
Color grader that fills the triangle with the first sample color. |