Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::ShadowEffect2DEnums Struct Reference

#include <kanzi/interop/autogen/core.ui/effect/shadow_effect2d_enums.hpp>

Public Types

enum  Quality { Quality::Low, Quality::Normal, Quality::High, Quality::Count }
 Defines the visual quality levels of the shadow effect. More...
 
enum  Type { Type::DropShadow, Type::InnerShadow, Type::Count }
 Defines the types of the shadow effect. More...
 

Member Enumeration Documentation

Defines the visual quality levels of the shadow effect.

Enumerator
Low 

Lowest shadow quality.

Normal 

Normal shadow quality. This is the default.

High 

High shadow quality.

Count 

Number of quality options.

Defines the types of the shadow effect.

Enumerator
DropShadow 

Drop shadow appears behind or below objects.

InnerShadow 

Inner shadow appears inside objects.

Count 

Number of shadow types.


The documentation for this struct was generated from the following file: