FMX.Types3D.TVertexBuffer.Color1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer

Description

Returns the secondary color attribute at the index specified by the AIndex parameter.

See Also