Click or drag to resize

mcSubKeyIndices Enumeration

Constants for Application.Settings keys where the setting value is anenumerated value (as would be depicted by a radio button). These constants are grouped by mcappsettingsKeyNames key name.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcSubKeyIndices
Members
  Member nameValueDescription
mcskiAoiAfterPaste_PasteSrcAoi0Paste the source Aoi
mcskiAoiAfterPaste_KeepDestUnchanged1Keep Dest Aoi unchanged
mcskiAoiAfterPaste_IntersectSrcAndDest2Intersect Src and Dest Aoi's
mcskiAoiAfterPaste_ClearToNone3For the mcaskeyBlendType choices
mcskiBlendType_AllPixels0No luminance masking
mcskiBlendType_LighterPixels1Blend where dest is lighter
mcskiBlendType_DarkerPixels2Blend where dest is darker
See Also