This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.UseWindowsDithering Property (ArcObjects .NET 10.4 SDK) |
Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors.
[Visual Basic .NET] Public Property UseWindowsDithering As Boolean
[C#] public bool UseWindowsDithering {get; set;}
[C++]
HRESULT get_UseWindowsDithering(
VARIANT_BOOL* useDithering
);
[C++]
HRESULT put_UseWindowsDithering(
VARIANT_BOOL useDithering
);
[C++]
Parameters useDithering [out, retval] useDithering is a parameter of type VARIANT_BOOL useDithering [in] useDithering is a parameter of type VARIANT_BOOL