Table of Contents

Method CreateGradient

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

CreateGradient(Color, Color)

Creates a two-key gradient that interpolates from start to end.

public static Gradient CreateGradient(Color start, Color end)

Parameters

start Color

Color at time 0.

end Color

Color at time 1.

Returns

Gradient