FMX.Types3D.TVertexBuffer.Color0

提供:RAD Studio API Documentation

Delphi

property Color0[AIndex: Integer]: TAlphaColor read GetColor0 write SetColor0;

C++

__property System::Uitypes::TAlphaColor Color0[int AIndex] = {read=GetColor0, write=SetColor0};

プロパティ

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


説明

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

関連項目