FMX.Import.TGEMaterial.FDiffuseBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDiffuseBitmap: TGEBitmap;

C++

TGEBitmap* FDiffuseBitmap;

Properties

Type Visibility Source Unit Parent
field public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEMaterial

Description

Stores the diffuse map of the material as a bitmap object.

To get the name of the image file that stores the diffuse map, use the FDiffuseMap field.

See Also