Table of Contents

Method Transform

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

Transform(TInput)

Transforms the given input item.

public virtual TOutput Transform(TInput input)

Parameters

input TInput

The input to transform.

Returns

TOutput

The output of the transformation.