Aurigma Graphics Mill 5.5 for .NET
PixelFormatConverter..::.QuantizationTo8bScale Property
Gets/sets the range in which pixel intensity values will vary.
Namespace:
Aurigma.GraphicsMill.Transforms
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.