FMX.Types3D.TVertexBuffer.Color3

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color3[AIndex: Integer]: TAlphaColor read GetColor3 write SetColor3;

C++

__property System::Uitypes::TAlphaColor Color3[int AIndex] = {read=GetColor3, write=SetColor3};

Properties

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

Description

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

See Also