Blending.BlendFunction
Delegate in Zigurous.ColorPro
Declaration
public delegate float BlendFunction(float a, float b);
Description
A function delegate to blend two values together.
Parameters
a | |
b |
Returns
float |
public delegate float BlendFunction(float a, float b);
A function delegate to blend two values together.
a | |
b |
float |