This document is archived and information here might be outdated.  Recommended version.


IColor.UseWindowsDithering Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.UseWindowsDithering Property
ArcGIS Developer Help

IColor.UseWindowsDithering Property

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(
  Boolean* useDithering
);
[C++]
Parameters
useDithering [in]

useDithering is a parameter of type bool useDithering [out, retval]
useDithering is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Set UseWindowsDithering to TRUE to match the returned value from VB's RGB() function.

See Also

IColor Interface