 | PdfiumFPDFShadingPattern_GetBackground Method |
Get the background color of a shading.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float[] FPDFShadingPattern_GetBackground(
IntPtr shadding_pattern
)
Public Shared Function FPDFShadingPattern_GetBackground (
shadding_pattern As IntPtr
) As Single()
public:
static array<float>^ FPDFShadingPattern_GetBackground(
IntPtr shadding_pattern
)
static member FPDFShadingPattern_GetBackground :
shadding_pattern : IntPtr -> float32[]
public static float[] FPDFShadingPattern_GetBackground(
IntPtr shadding_pattern
)
Patagames.Pdf.Pdfium.FPDFShadingPattern_GetBackground = function(shadding_pattern);
Parameters
- shadding_pattern IntPtr
- The handle to the shading pattern.
Return Value
SingleBackground color of a shading in argb format (0xffrrggbb)
RemarksAlpha channel is ignored.
See Also