Gets/sets the range in which pixel intensity values will vary.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property QuantizationTo8bScale As Integer
public int QuantizationTo8bScale { get; set; }
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.