Show: Delphi C++
Display Preferences

FMX.Filter.TFilterValueType

From XE3 API Documentation
Jump to: navigation, search

Delphi

TFilterValueType = (vtFloat, vtPoint, vtColor, vtBitmap);

C++

enum class DECLSPEC_DENUM TFilterValueType : unsigned char { vtFloat, vtPoint, vtColor, vtBitmap };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Filter.pas
FMX.Filter.hpp
FMX.Filter FMX.Filter

Description

Enumeration that holds values that represents the type of a shader value held as a variant.

The following table shows the significance of each member of the enumeration:

Value Description

vtFloat

The shader value is a representation of a float value.

vtPoint

The shader value is a representation of a TPointF value.

vtColor

The shader value is a representation of a TAlphaColor value.

vtBitmap

The shader value is a representation of a TBitmap value.


See Also

Personal tools
Translations