C# 클래스 Pinta.ImageManipulation.Gradients.ConicalRenderer

상속: BaseGradientRenderer
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

공개 메소드들

메소드 설명
BeforeRender ( ) : void
BoundLerp ( double t ) : double
ComputeByteLerp ( int x, int y ) : byte
ConicalRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System

메소드 상세

BeforeRender() 공개 메소드

public BeforeRender ( ) : void
리턴 void

BoundLerp() 공개 메소드

public BoundLerp ( double t ) : double
t double
리턴 double

ComputeByteLerp() 공개 메소드

public ComputeByteLerp ( int x, int y ) : byte
x int
y int
리턴 byte

ConicalRenderer() 공개 메소드

public ConicalRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System
alphaOnly bool
normalBlendOp BinaryPixelOp
리턴 System