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