Aurigma Graphics Mill 5.5 for .NET
ColorManagementProvider..::.QuantizationTo8bOffset Property
Gets/sets the offset on which intensity of a pixel will be calculated.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Remarks
Any pixel intensity that is below the offset value is set to black. Any pixel intensity that is above (QuantizationTo8bOffset + (2^QuantizationTo8bScale)) is set to white. All remaining pixels therefore lie within the range 0 to 2^scale.