FMX.Types3D.TVertexBuffer.Color2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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

See Also