Property | Type | Description | |
---|---|---|---|
BlueCoefficient | double | ||
GreenCoefficient | double | ||
RedCoefficient | double |
Method | Description | |
---|---|---|
Grayscale ( double cr, double cg, double cb ) : System |
Initializes a new instance of the Grayscale class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
public Grayscale ( double cr, double cg, double cb ) : System | ||
cr | double | Red coefficient. |
cg | double | Green coefficient. |
cb | double | Blue coefficient. |
return | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |