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
SyntaxPublic Enumeration mcSubKeyIndices
Members
| Member name | Value | Description |
---|
| mcskiAoiAfterPaste_PasteSrcAoi | 0 | Paste the source Aoi |
| mcskiAoiAfterPaste_KeepDestUnchanged | 1 | Keep Dest Aoi unchanged |
| mcskiAoiAfterPaste_IntersectSrcAndDest | 2 | Intersect Src and Dest Aoi's |
| mcskiAoiAfterPaste_ClearToNone | 3 | For the mcaskeyBlendType choices |
| mcskiBlendType_AllPixels | 0 | No luminance masking |
| mcskiBlendType_LighterPixels | 1 | Blend where dest is lighter |
| mcskiBlendType_DarkerPixels | 2 | Blend where dest is darker |
See Also