API:FMX.Materials.TColorMaterial

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Materials.TCustomMaterialFMX.Types3D.TMaterialSystem.TObjectTColorMaterial

Delphi

TColorMaterial = class(TCustomMaterial)

C++

class PASCALIMPLEMENTATION TColorMaterial : public TCustomMaterial

Properties

Type Visibility Source Unit Parent
class public
FMX.Materials.pas
FMX.Materials.hpp
FMX.Materials FMX.Materials

Description

Base class for materials of a 3D object's planes.

FMX.Materials.TColorMaterial inherits from FMX.Materials.TCustomMaterial. All content below this line refers to FMX.Materials.TCustomMaterial.

Base class for materials of a 3D object's planes.

TCustomMaterial extends TMaterial to define materials for 3D objects using shaders. All materials defined in the FMX.Materials unit inherit from TCustomMaterial.

See Also