FMX.Filter.Effects.TToonEffect.Levels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Levels: Single read GetLevels write SetLevels nodefault;

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 TToonEffect

Description

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