The CogSurfaceFX type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Brightness |
Gets or sets the brightness percentage. The brightness percentage for flat areas of the output image.
For CogImag8Grey
100% is equal to 255.
| |
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| Contrast |
Gets or sets the contrast. The contrast factor for the output image.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| MergeAllSelectedSpaceName |
Gets or sets the SelectedSpaceName of the outputImage, when SpaceTreeMode is MergeAll.
| |
| Smoothness |
Gets or sets the smoothness.
| |
| SpaceTreeMode |
Gets or sets the SpaceTreeMode. Allows the user
to choose which coordinate space tree to copy to
the output image, or choose to merge the coordinate spaces from the all of the input images.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) |
See Also