Blending.PinLight
Static Method in Blending
Declaration
public static Color PinLight(Color a, Color b)Description
Blends two colors together using the 'Pin Light' blend mode.
Parameters
| a | The base color. | 
| b | The blend color. | 
Returns
| Color | The blended color. | 
Overload
Declaration
public static float PinLight(float a, float b)Description
Blends two values together using the 'Pin Light' blend mode.
Parameters
| a | The base value. | 
| b | The blend value. | 
Returns
| float | The blended value. |