C# Class Pinta.ImageManipulation.Gradients.ConicalRenderer

Inheritance: BaseGradientRenderer
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes publiques

Méthode Description
BeforeRender ( ) : void
BoundLerp ( double t ) : double
ComputeByteLerp ( int x, int y ) : byte
ConicalRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System

Method Details

BeforeRender() public méthode

public BeforeRender ( ) : void
Résultat void

BoundLerp() public méthode

public BoundLerp ( double t ) : double
t double
Résultat double

ComputeByteLerp() public méthode

public ComputeByteLerp ( int x, int y ) : byte
x int
y int
Résultat byte

ConicalRenderer() public méthode

public ConicalRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System
alphaOnly bool
normalBlendOp BinaryPixelOp
Résultat System