This documentation is for the old version. Go to the latest Graphics Mill docs

ColorManagementProvider.QuantizationTo8bScale Property

Gets/sets the range in which pixel intensity values will vary.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property QuantizationTo8bScale As Integer
C#
public int QuantizationTo8bScale { get; set; }

Property Value

Scale which specifies the range of available pixel intensity values.

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.

See Also

Reference