[]
Copies data from one color channel of the current GcBitmap to an existing GrayscaleBitmap of the same pixel size.
public void ExportColorChannel(GrayscaleBitmap destinationImage, ColorChannel colorChannel)
Public Sub ExportColorChannel(destinationImage As GrayscaleBitmap, colorChannel As ColorChannel)
Type | Name | Description |
---|---|---|
GrayscaleBitmap | destinationImage | The target GrayscaleBitmap. |
ColorChannel | colorChannel | A channel of the source GcBitmap to be exported. |