TUIColorBlend.EnsureMinimumAndMaximum Method
Makes sure the blend has at least 2 stops, one at position 0 and the other at position 1.
Syntax
Unit: FlexCel.Core
procedure TUIColorBlend.EnsureMinimumAndMaximum(const Color1: TUIColor; const Color2: TUIColor);
Parameters
<-> |
Parameter |
Type |
Description |
const |
Color1 |
TUIColor |
Color for stop at position 0 if it doesn't exist. |
const |
Color2 |
TUIColor |
Color for stop at position 1 if it doesn't exist. |
See also