FMX.Types3D.TContext3D.CurrentOpacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property CurrentOpacity: Single read FCurrentOpacity;

C++

/* static */ __property float CurrentOpacity = {read=FCurrentOpacity};

Properties

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

Description

Represents the current opacity for the 3D context.

CurrentOpacity takes values in the range from 0 through 1.

If CurrentOpacity is 1, the context is completely opaque; if it is 0, the context is completely transparent.

See Also