In This Topic
If this parameter is true then shadow effect is calculated using two neighbor pixels. This decreases 3D effect but gives the image more contrast. If false, three pixels are used for shadow effect.
Syntax
'Declaration
Public HighResolution As Boolean
'Usage
Dim instance As ImGearMosaicShadowParams
Dim value As Boolean
value = instance.HighResolution
instance.HighResolution = value
public bool HighResolution
public: bool HighResolution
public:
bool HighResolution
Field Value
Boolean value.
See Also