OEMGradientFill function (printoem.h)

The OEMGradientFill function shades the specified primitives.

Syntax

BOOL OEMGradientFill(
  SURFOBJ   *psoDest,
  CLIPOBJ   *pco,
  XLATEOBJ  *pxlo,
  TRIVERTEX *pVertex,
  ULONG     nVertex,
  PVOID     pMesh,
  ULONG     nMesh,
  RECTL     *prclExtents,
  POINTL    *pptlDitherOrg,
  ULONG     ulMode
);

Parameters

psoDest

Defines the SURFOBJ parameter psoDest.

pco

Defines the CLIPOBJ parameter pco.

pxlo

Defines the XLATEOBJ parameter pxlo.

pVertex

Defines the TRIVERTEX parameter pVertex.

nVertex

Defines the ULONG parameter nVertex.

pMesh

Defines the PVOID parameter pMesh.

nMesh

Defines the ULONG parameter nMesh.

prclExtents

Defines the RECTL parameter prclExtents.

pptlDitherOrg

Defines the POINTL parameter pptlDitherOrg.

ulMode

Defines the ULONG parameter ulMode.

Return value

Returns a BOOL value.

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)