C# Class Pinta.ImageManipulation.Gradients.BaseLinearStraightGradientRenderer

Inheritance: BaseLinearGradientRenderer
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation

Public Methods

Method Description
BeforeRender ( ) : void
ComputeByteLerp ( int x, int y ) : byte

Protected Methods

Method Description
BaseLinearStraightGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System

Private Methods

Method Description
BoundLerp ( double t ) : byte

Method Details

BaseLinearStraightGradientRenderer() protected method

protected BaseLinearStraightGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System
alphaOnly bool
normalBlendOp BinaryPixelOp
return System

BeforeRender() public method

public BeforeRender ( ) : void
return void

ComputeByteLerp() public method

public ComputeByteLerp ( int x, int y ) : byte
x int
y int
return byte