FMX.Filter.Effects.TFilterToon.Levels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Levels: Single read GetLevels write SetLevels;

C++

__property float Levels = {read=GetLevels, write=SetLevels};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterToon

Description

FMX.Filter.Effects.TFilterToon.Levels inherits from FMX.Filter.Effects.TToonEffect.Levels. All content below this line refers to FMX.Filter.Effects.TToonEffect.Levels.

Specifies the number of color levels to use with this toon effect filter.

Levels is a System.Single value that takes values in the range from 3.00 through 15.00.

If Levels is not explicitly set, it is considered equal to 5.00.

See Also