Click or drag to resize

PdfiumFPDFColorSpace_IsRGB Method

Get a flag indicating whether the specified color space is based on the sRGB.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFColorSpace_IsRGB(
	IntPtr colorSpace
)

Parameters

colorSpace  IntPtr
Handle to the color space object. Returned by FPDFColorSpace_GetStockCS(ColorTypes), FPDFColorSpace_ColorspaceFromName(String), FPDFColorSpace_GetBaseCS(IntPtr) or FPDFColorSpace_Load(IntPtr, IntPtr, IntPtr) function.

Return Value

Boolean
True if the specified color space is based on the sRGB; false otherwise.
See Also