Table of Contents

TUIColorBlend.EnsureMinimumAndMaximum Method

Makes sure the blend has at least 2 stops, one at position 0 and the other at position 1.

Syntax

Namespace: FlexCel.Core

public void EnsureMinimumAndMaximum(TUIColor Color1, TUIColor Color2)

Parameters

<-> Parameter Type Description
Color1 TUIColor Color for stop at position 0 if it doesn't exist.
Color2 TUIColor Color for stop at position 1 if it doesn't exist.

See also