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




A SeparationType value which represents the type of separation to perform on the image.
A bitmap which represents the resulting red, hue, or cyan component of the separated image, depending on the SeparationType value.
A bitmap which represents the resulting green, saturation, or magenta component of the separated image, depending on the SeparationType.
A bitmap which represents the resulting blue, luminance, or yellow component of the separated image, depending on the SeparationType.
A bitmap 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 bitmap1 As Bitmap, _
   ByRef bitmap2 As Bitmap, _
   ByRef bitmap3 As Bitmap, _
   ByRef bitmap4 As Bitmap _
) 
'Usage
 
Dim instance As Processor
Dim enumIPSeparationType As SeparationType
Dim bitmap1 As Bitmap
Dim bitmap2 As Bitmap
Dim bitmap3 As Bitmap
Dim bitmap4 As Bitmap
 
instance.ColorSeparation(enumIPSeparationType, bitmap1, bitmap2, bitmap3, bitmap4)
public void ColorSeparation( 
   SeparationType enumIPSeparationType,
   out Bitmap bitmap1,
   out Bitmap bitmap2,
   out Bitmap bitmap3,
   out Bitmap bitmap4
)
public: void ColorSeparation( 
   SeparationType enumIPSeparationType,
   [PARAMFLAG::Out] Bitmap* bitmap1,
   [PARAMFLAG::Out] Bitmap* bitmap2,
   [PARAMFLAG::Out] Bitmap* bitmap3,
   [PARAMFLAG::Out] Bitmap* bitmap4
) 
public:
void ColorSeparation( 
   SeparationType enumIPSeparationType,
   [Out] Bitmap^ bitmap1,
   [Out] Bitmap^ bitmap2,
   [Out] Bitmap^ bitmap3,
   [Out] Bitmap^ bitmap4
) 

Parameters

enumIPSeparationType
A SeparationType value which represents the type of separation to perform on the image.
bitmap1
A bitmap which represents the resulting red, hue, or cyan component of the separated image, depending on the SeparationType value.
bitmap2
A bitmap which represents the resulting green, saturation, or magenta component of the separated image, depending on the SeparationType.
bitmap3
A bitmap which represents the resulting blue, luminance, or yellow component of the separated image, depending on the SeparationType.
bitmap4
A bitmap 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