Skip to content

e274907b 5032 dd9d 374e b4011423913b

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

KnownEffectType Enumeration

Additional header content

Specifies effects applicable to an image

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 enum KnownEffectType

VB

Public Enumeration KnownEffectType

Members

 

Member name Value Description
None 0 Specifies that the image is drawn without applying any effect.
Disabled 1 Specifies that the image is drawn disabled.
GrayScale 2 Specifies that the image is drawn in grayscale.
GrayScaleRed 3 Specifies that the image is drawn in grayscale except red color.
GrayScaleGreen 4 Specifies that the image is drawn in grayscale except green color.
GrayScaleBlue 5 Specifies that the image is drawn in grayscale except blue color.
Brightness 6 Specifies that the image is drawn with a little more brightness.
MoreBrightness 7 Specifies that the image is drawn with much more brightness.
Dark 8 Specifies that the image is drawn with a little less brightness.
MoreDark 9 Specifies that the image is drawn with much less brightness.
OpacityPercent05 10 Specifies that the image is drawn with a level of 5 percent opacity.
OpacityPercent10 11 Specifies that the image is drawn with a level of 10 percent opacity.
OpacityPercent20 12 Specifies that the image is drawn with a level of 20 percent opacity.
OpacityPercent30 13 Specifies that the image is drawn with a level of 30 percent opacity.
OpacityPercent40 14 Specifies that the image is drawn with a level of 40 percent opacity.
OpacityPercent50 15 Specifies that the image is drawn with a level of 50 percent opacity.
OpacityPercent60 16 Specifies that the image is drawn with a level of 60 percent opacity.
OpacityPercent70 17 Specifies that the image is drawn with a level of 70 percent opacity.
OpacityPercent80 18 Specifies that the image is drawn with a level of 80 percent opacity.
OpacityPercent90 19 Specifies that the image is drawn with a level of 90 percent opacity.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownEffectType"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally