AtalaImageDitherErrorMax Property |
Note: This API is now obsolete.
Gets or sets the diffusion or dither error that's applied to an image when converting to from a continuous
tone to colormapped format.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("This method has moved to the AtalaPixelFormatChanger and is set to the static PixelFormatChanger property in AtalaImage. AtalaImage.PixelFormatChanger must be cast to AtalaPixelFormatChanger where you can then access the DitherErrorMax property.",
false)]
public static int DitherErrorMax { get; set; }
<ObsoleteAttribute("This method has moved to the AtalaPixelFormatChanger and is set to the static PixelFormatChanger property in AtalaImage. AtalaImage.PixelFormatChanger must be cast to AtalaPixelFormatChanger where you can then access the DitherErrorMax property.",
false)>
Public Shared Property DitherErrorMax As Integer
Get
Set
Property Value
Type:
Int32 The diffusion or dither error that's applied to an image when converting to from a continuous tone to
colormapped format.
Remarks This value can be from 0 to 127 where 0 is with no error diffusion and 127 is maximum error
diffusion.
See the Dithering topic for more information.
See Also