typedef
struct
_t_PDEShading
*
PDEShading
;
Superseded by PDEShadingCreateFromCosObjEx() in Acrobat 10.0. Creates a smooth shading object.
Call PDERelease() to dispose of the returned PDEShading object when finished with it.
PDEShading
PDEShadingCreateFromCosObj(
IN
const
CosObj
*
shadingP
,
IN
ASFixedMatrixP
matrixP
);
shadingP | IN/OUT The shading dictionary.
|
matrixP | IN/OUT The location and transformation matrix of the shading object.
|
Creates a smooth shading object. Supersedes PDEShadingCreateFromCosObj() in Acrobat 10.0.
Call PDERelease() to dispose of the returned PDEShading object when finished with it.
PDEShading
PDEShadingCreateFromCosObjEx(
IN
const
CosObj
*
shadingP
,
IN
ASDoubleMatrixP
matrixP
);
shadingP | IN/OUT The shading dictionary.
|
matrixP | IN/OUT The location and transformation matrix of the shading object.
|
void
PDEShadingGetCosObj(
IN
PDEShading
shading
,
OUT
CosObj
*
cosObjP
);
shading | IN/OUT A smooth shading object.
|
cosObjP | IN/OUT The Cos dictionary corresponding to shading.
|