FMX.Utils.ColorToVector3D
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);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.Utils.pas FMX.Utils.hpp |
FMX.Utils | FMX.Utils |
説明
警告: ColorToVector3D is deprecated. Please use System.UITypes.TAlphaColorF.
TAlphaColor を tagVECTOR3D に変換します。