Skip to content

41a538eb eba5 473e 90eb 4c39d4b0bbcf

Fernando Garcia edited this page May 8, 2018 · 1 revision

ImageModel.Effects Property

Additional header content

Gets or sets collection of image effects.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public List<BaseEffectModel> Effects { get; set; }

VB

Public Property Effects As List(Of BaseEffectModel)
	Get
	Set

Property Value

Type: List(BaseEffectModel)
Collection of image effects. Each element is an image effect.

Remarks

ITEE Object Element Usage

<Effects>
  <Disabled/> | 
  <GrayScale/> | 
  <GrayScaleRed/> | 
  <GrayScaleGreen/> | 
  <GrayScaleBlue/> | 
  <Brightness/> | 
  <MoreBrightness/> | 
  <Dark/> | 
  <MoreDark/> | 
  <Opacity .../>
</Effects>

See Also

Reference

ImageModel Class
iTin.Export.Model Namespace

Clone this wiki locally