Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PgAlphaOff, PgAlphaOffCx

PgAlphaOff, PgAlphaOffCx

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PgAlphaOff(), PgAlphaOffCx()

Turn alpha blending operations off

Synopsis:

void PgAlphaOff( void );

void PgAlphaOffCx(PhGC_t *gc);

Arguments:

gc
PgAlphaOffCx() only. A pointer to a graphics context, as returned by PgCreateGC() or PgGetGC().

Library:

ph

Description:

These functions turn alpha blending operations off. PgAlphaOff() works on the current graphics context, while you can specify the graphics context for PgAlphaOffCx().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgAlphaOn*(), PgSetAlpha*()

"Alpha Blending Support" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide