NAME
XAllPlanes, AllPlanes − return a value with all bits set to 1 suitable for plane argument.
Synopsis
unsigned long XAllPlanes()
Arguments
None.
Description
XAllPlanes() returns a value with all bits set to 1 suitable for use in a plane mask in a GC, color allocation procedure, or in image handling. The C language macro AllPlanes() is equivalent and slightly more efficient.
See Also
XAllocColorCells(), XChangeGC(), XCopyGC(), XCreateGC(), XGetGCValues(), XGetImage(), XGetSubImage(), XSetPlaneMask(), XSetState().
Copyright O’Reilly & Assoc. —