Click or drag to resize

PdfiumFPDFColorSpace_GetDefaultValue Method

Get the initial value of the color component, which depends on the color space.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float FPDFColorSpace_GetDefaultValue(
	IntPtr colorSpace,
	int component,
	out float min,
	out float max
)

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.
component  Int32
Color component.
min  Single
Gets the minimum value of the specified component.
max  Single
Gets the maximum value of the specified component.

Return Value

Single
The initial value of the color component.
See Also