ConvertConfig.SetOutputColorSpace Method
Definition
Namespace: P1.ImageSdk
Set the pixel format for the output image.
public ConvertConfig SetOutputColorSpace(ColorSpace colorspace);
Parameters:
colorspace |
The colorspace enum, defining output color space |
Returns:
This object itself (this), to allow chaining