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




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

Parameters

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