Click or drag to resize

PdfCalibratedColorSpaceResourceThrowOnGammaOutOfRange Method

Throws the on gamma out of range.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Colors
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected double ThrowOnGammaOutOfRange(
	double gamma,
	string propname
)

Parameters

gamma
Type: SystemDouble
The gamma.
propname
Type: SystemString
The propname.

Return Value

Type: Double
The gamma value passed in.
See Also