Vcl.GraphUtil.ColorBlendRGB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColorBlendRGB(const From, &To : TColor; const Mu : Single) : TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall ColorBlendRGB(const System::Uitypes::TColor From, const System::Uitypes::TColor To, const float Mu);

Properties

Type Visibility Source Unit Parent
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Returns the blending of two TColors in RGB space.

ColorBlendRGB blends two TColors in RGB space.

Mu is 0-1.

0 being fully From.

1 being fully To.


See Also