FMX.Types3D.TVertexBuffer.Color1

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

Delphi

property Color1[AIndex: Integer]: TAlphaColor read GetColor1 write SetColor1;

C++

__property System::Uitypes::TAlphaColor Color1[int AIndex] = {read=GetColor1, write=SetColor1};

プロパティ

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


説明

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

関連項目