Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Trigrad
ColorGraders
AverageGrader
C# 클래스 Trigrad.ColorGraders.AverageGrader
Color grader that fills the triangle with an average of the three vertice samples.
상속:
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