public static void ConvertColorSpace( ImGearRasterPage page, ImGearColorSpace newColorSpace, ImGearPixel backgroundColor )
public: static void ConvertColorSpace( ImGearRasterPage* page, ImGearColorSpace newColorSpace, ImGearPixel* backgroundColor )
public: static void ConvertColorSpace( ImGearRasterPage^ page, ImGearColorSpace newColorSpace, ImGearPixel^ backgroundColor )
'Declaration Public Overloads Shared Sub ConvertColorSpace( _ ByVal page As ImGearRasterPage, _ ByVal newColorSpace As ImGearColorSpace, _ ByVal backgroundColor As ImGearPixel _ )
'Usage Dim page As ImGearRasterPage Dim newColorSpace As ImGearColorSpace Dim backgroundColor As ImGearPixel ImGearRasterProcessing.ConvertColorSpace(page, newColorSpace, backgroundColor)
Parameters
- page
- Image to change color space.
- newColorSpace
- New color space.
- backgroundColor
- Background to composite the image over when removing alpha channel.