메소드 | 설명 | |
---|---|---|
ReplaceChannel ( short channel, |
Initializes a new instance of the ReplaceChannel class.
|
|
ReplaceChannel ( short channel, UnmanagedImage channelImage ) : System |
Initializes a new instance of the YCbCrReplaceChannel class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
메소드 | 설명 | |
---|---|---|
ReplaceChannel ( ) : System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
리턴 | void |
public ReplaceChannel ( short channel, |
||
channel | short | ARGB channel to replace. |
channelImage | Channel image to use for replacement. | |
리턴 | System |
public ReplaceChannel ( short channel, UnmanagedImage channelImage ) : System | ||
channel | short | RGB channel to replace. |
channelImage | UnmanagedImage | Unmanaged channel image to use for replacement. |
리턴 | System |