FMX.Types3D.TVertexBuffer.Color0

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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

See Also