Accusoft ImagXpress 13
IPGetColorPlane64 Method

Which of the separation images returned.

The minimum index is 0.

The maximum index is 3

The type of component the DIB contains will be determined by the IPSeparationType parameter specified in the call to the ColorSeparation method.

Index Value Description
0 The DIB will contain the red, hue or cyan component of the image.
1 The DIB will contain the green, saturation or magenta component of the image.
2 The DIB will contain the blue, luminance, or yellow component of the image.
3 The DIB will contain the black or alpha channel component of the image.

Description
Returns a handle to one of the four gray scale DIBs created by the last call to the ColorSeparation method for 64-bit.
Syntax
Visual Basic
Public Function IPGetColorPlane64( _
   ByVal Index As Integer _
) As __int64
Parameters
Index

Which of the separation images returned.

The minimum index is 0.

The maximum index is 3

The type of component the DIB contains will be determined by the IPSeparationType parameter specified in the call to the ColorSeparation method.

Index Value Description
0 The DIB will contain the red, hue or cyan component of the image.
1 The DIB will contain the green, saturation or magenta component of the image.
2 The DIB will contain the blue, luminance, or yellow component of the image.
3 The DIB will contain the black or alpha channel component of the image.

Return Type

A global handle to a DIB.

Remarks

This method is intended for 64-bit environments; use this instead of the IPGetColorPlane Method.

Once the plane is returned, it is set to NULL and the calling application is responsible for freeing the handle using the GlobalFree API call. If it is assigned to another ImagXpress control that has the OwnDIB property set to true, the control handles freeing the memory.

See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback