In This Topic
GdPicture14 Namespace / ColorDropoutFilter Enumeration

ColorDropoutFilter Enumeration

In This Topic
Specifies the color to be removed/filtered from the image.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum ColorDropoutFilter 
   Inherits System.Enum
[ComVisible(true)]
public enum ColorDropoutFilter : System.Enum 
public enum ColorDropoutFilter = class(System.Enum)
ComVisibleAttribute()
public enum ColorDropoutFilter extends System.Enum
[ComVisible(true)]
__value public enum ColorDropoutFilter : public System.Enum 
[ComVisible(true)]
public enum class ColorDropoutFilter : public System.Enum 
Members
MemberValueDescription
BlackForm12This filter is dedicated to black forms (pixels are set to white). It removes the black pixels that are part of the blank form.
Blue2Removes the blue color (pixels are set to white).
BlueForm14This filter is dedicated to blue forms (pixels are set to white). It removes the blue pixels that are part of the blank form.
Cyan3Removes the cyan color (pixels are set to white).
Green4Removes the green color (pixels are set to white).
Magenta1Removes the magenta color (pixels are set to white).
MoreBlue8Removes more blue (pixels are set to white). Compared to the Blue filter, it also removes a bit of magenta and cyan.
MoreCyan9Removes more cyan (pixels are set to white). Compared to the Cyan filter, it also removes a bit of blue and green.
MoreGreen10Removes more green (pixels are set to white). Compared to the Green filter, it also removes a bit of cyan and yellow.
MoreMagenta7Removes more magenta (pixels are set to white). Compared to the Magenta filter, it also removes a bit of red and blue.
MoreRed6Removes more red color. Compared to the Red filter, it also removes a bit of yellow and magenta.
MoreYellow11Removes more yellow (pixels are set to white). Compared to the Yellow filter, it also removes a bit of green and red.
Red0Removes the red color (pixels are set to white).
RedForm13This filter is dedicated to red forms (pixels are set to white). It removes the black pixels that are part of the blank form.
Yellow5Removes the yellow color (pixels are set to white).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.ColorDropoutFilter

See Also