FMX.Skia.GlobalUseSkiaFilters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GlobalUseSkiaFilters: Boolean = True;

C++

extern DELPHI_PACKAGE bool GlobalUseSkiaFilters;

Properties

Type Visibility Source Unit Parent
variable public
FMX.Skia.pas
FMX.Skia.hpp
FMX.Skia FMX.Skia

Description

Enables the execution of FMX filters and effects by Skia.

This option is only valid when the Canvas is Skia-based and uses a GPU.

See Also