Method | Description | |
---|---|---|
HueModifierRelative ( ) : System |
Initializes a new instance of the HueModifier class.
|
|
HueModifierRelative ( int hue ) : System |
Initializes a new instance of the HueModifier class.
|
|
HueModifierRelative ( int hue, bool keepBW ) : System |
Initializes a new instance of the HueModifier class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
public HueModifierRelative ( int hue ) : System | ||
hue | int | Hue value to set. |
return | System |
public HueModifierRelative ( int hue, bool keepBW ) : System | ||
hue | int | Hue value to set. |
keepBW | bool | Keep blacks and whites alone. |
return | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |