FMX.Types3D.TVertexBuffer.Color2

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Color2[AIndex: Integer]: TAlphaColor read GetColor2 write SetColor2;

C++

__property System::Uitypes::TAlphaColor Color2[int AIndex] = {read=GetColor2, write=SetColor2};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer


説明

AIndex パラメータで指定されたインデックスにある、第3色の属性を返します。

関連項目