Show: Delphi
C++
Display Preferences
FMX.Filter
From XE3 API Documentation
Contains the FMX.Filter.Effects unit. As FMX.Filter.pas or FMX.Filter.hpp, defines various classes and types used in FireMonkey 2D bitmap effects rendered in hardware (GPU).
Contents |
Units
| FMX.Filter | Contains the FMX.Filter.Effects unit. As FMX.Filter.pas or FMX.Filter.hpp, defines various classes and types used in FireMonkey 2D bitmap effects rendered in hardware (GPU). |
| FMX.Filter.Effects | Defines the various FireMonkey filter effects, such as TDirectionalBlurEffect, TBandedSwirlTransitionEffect, and TFilterHueAdjust. |
Classes
| TFilter | TFilter is an abstract base class for every filter without any implementation. |
| TFilterClass | TFilterClass is the metaclass for the TFilter class. |
| TFilterManager | |
| TFilterRec | Record that holds filter attributes. |
| TFilterValueRec | Record that holds information about a shader value. |
Types
| TFilterClass | TFilterClass is the metaclass for the TFilter class. |
| TFilterClassDict | |
| TFilterRec | Record that holds filter attributes. |
| TFilterValueRec | Record that holds information about a shader value. |
| TFilterValueRecArray | Represents an array of TFilterValueRec used by FMX.Filter.TFilterRec to hold the shader values. |
| TFilterValueType | Enumeration that holds values that represents the type of a shader value held as a variant. |
Variables
| TFilterValueRecArray | Represents an array of TFilterValueRec used by FMX.Filter.TFilterRec to hold the shader values. |