Accusoft.ImagXpress13.Net
ColorSeparation(SeparationType,IntPtr,IntPtr,IntPtr,IntPtr) Method




A SeparationType value which represents the type of separation to perform on the image.
An integer which represents the resulting red, hue, or cyan component of the separated image, depending on the SeparationType value.
An integer which represents the resulting green, saturation, or magenta component of the separated image, depending on the SeparationType.
An integer which represents the resulting blue, luminance, or yellow component of the separated image, depending on the SeparationType.
An integer which represents the resulting black component of the separated image. If the separation type is CMYK, or the Alpha component of the separated image, the separation type is RGBA. Otherwise, this value is null.
Separates the color based on the given parameters.
Syntax
'Declaration
 
Public Overloads Sub ColorSeparation( _
   ByVal enumIPSeparationType As SeparationType, _
   ByRef hPlane1 As IntPtr, _
   ByRef hPlane2 As IntPtr, _
   ByRef hPlane3 As IntPtr, _
   ByRef hPlane4 As IntPtr _
) 
'Usage
 
Dim instance As Processor
Dim enumIPSeparationType As SeparationType
Dim hPlane1 As IntPtr
Dim hPlane2 As IntPtr
Dim hPlane3 As IntPtr
Dim hPlane4 As IntPtr
 
instance.ColorSeparation(enumIPSeparationType, hPlane1, hPlane2, hPlane3, hPlane4)
public void ColorSeparation( 
   SeparationType enumIPSeparationType,
   out IntPtr hPlane1,
   out IntPtr hPlane2,
   out IntPtr hPlane3,
   out IntPtr hPlane4
)
public: void ColorSeparation( 
   SeparationType enumIPSeparationType,
   [PARAMFLAG::Out] IntPtr hPlane1,
   [PARAMFLAG::Out] IntPtr hPlane2,
   [PARAMFLAG::Out] IntPtr hPlane3,
   [PARAMFLAG::Out] IntPtr hPlane4
) 
public:
void ColorSeparation( 
   SeparationType enumIPSeparationType,
   [Out] IntPtr hPlane1,
   [Out] IntPtr hPlane2,
   [Out] IntPtr hPlane3,
   [Out] IntPtr hPlane4
) 

Parameters

enumIPSeparationType
A SeparationType value which represents the type of separation to perform on the image.
hPlane1
An integer which represents the resulting red, hue, or cyan component of the separated image, depending on the SeparationType value.
hPlane2
An integer which represents the resulting green, saturation, or magenta component of the separated image, depending on the SeparationType.
hPlane3
An integer which represents the resulting blue, luminance, or yellow component of the separated image, depending on the SeparationType.
hPlane4
An integer which represents the resulting black component of the separated image. If the separation type is CMYK, or the Alpha component of the separated image, the separation type is RGBA. Otherwise, this value is null.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback