Accusoft.ImagXpress13.Net
ColorJoin(JoinType,Bitmap,Bitmap,Bitmap,Bitmap) Method




A JoinType value which represents the join type to use to modify the image.
A bitmap which represents the resulting red, hue, or cyan component of the separated image, depending on the JoinType value.
A bitmap which represents the resulting green, saturation, or magenta component of the separated image, depending on the JoinType.
A bitmap which represents the resulting blue, luminance, or yellow component of the separated image, depending on the JoinType.
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.
Joins the colors as specified by the given parameters.
Syntax
'Declaration
 
Public Overloads Sub ColorJoin( _
   ByVal nJoinType As JoinType, _
   ByVal bitmap1 As Bitmap, _
   ByVal bitmap2 As Bitmap, _
   ByVal bitmap3 As Bitmap, _
   ByVal bitmap4 As Bitmap _
) 
'Usage
 
Dim instance As Processor
Dim nJoinType As JoinType
Dim bitmap1 As Bitmap
Dim bitmap2 As Bitmap
Dim bitmap3 As Bitmap
Dim bitmap4 As Bitmap
 
instance.ColorJoin(nJoinType, bitmap1, bitmap2, bitmap3, bitmap4)
public void ColorJoin( 
   JoinType nJoinType,
   Bitmap bitmap1,
   Bitmap bitmap2,
   Bitmap bitmap3,
   Bitmap bitmap4
)
public: void ColorJoin( 
   JoinType nJoinType,
   Bitmap* bitmap1,
   Bitmap* bitmap2,
   Bitmap* bitmap3,
   Bitmap* bitmap4
) 
public:
void ColorJoin( 
   JoinType nJoinType,
   Bitmap^ bitmap1,
   Bitmap^ bitmap2,
   Bitmap^ bitmap3,
   Bitmap^ bitmap4
) 

Parameters

nJoinType
A JoinType value which represents the join type to use to modify the image.
bitmap1
A bitmap which represents the resulting red, hue, or cyan component of the separated image, depending on the JoinType value.
bitmap2
A bitmap which represents the resulting green, saturation, or magenta component of the separated image, depending on the JoinType.
bitmap3
A bitmap which represents the resulting blue, luminance, or yellow component of the separated image, depending on the JoinType.
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