FMX.Utils.ColorToVector3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColorToVector3D(const AColor: TAlphaColor): TVector3D;

C++

extern DELPHI_PACKAGE System::Math::Vectors::TVector3D __fastcall ColorToVector3D _DEPRECATED_ATTRIBUTE1("Use TAlphaColorF instead.") (const System::Uitypes::TAlphaColor AColor);

Properties

Type Visibility Source Unit Parent
function public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Description

Warning: ColorToVector3D is deprecated. Please use System.UITypes.TAlphaColorF.

Converts a TAlphaColor into a tagVECTOR3D.

See Also