Table of Contents

Method Lerp

Namespace
PaintDotNet
Assembly
PaintDotNet.Fundamentals.dll

Lerp(float, float, float)

public static float Lerp(float from, float to, float frac)

Parameters

from float
to float
frac float

Returns

float