Search
EGlassEffectType Enumeration
See Also
 



Specifies the type of a Glass node effect.

 Syntax

VB6  Copy Code

Public Enum EGlassEffectType

C++  Copy Code

enum EGlassEffectType

 Members

  Member name Value Description

gtType1

0

Indicates a glass effect with soft radial glow at the bottom and a sharp reflection at the top.

gtType2

1

Indicates a glass effect with linear glow at the bottom and sharp reflection at the top.

gtType3

2

Indicates a glass effect with radial glow at the bottom and smooth reflection and emphasized outline at the top.

gtType4

3

Indicates a glass effect with sharp reflection at the top and soft glow at the left and right sides.

 See Also