ArcObjects Library Reference  (Display)    

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 6.0]
Property UseWindowsDithering As Boolean
[Visual Basic .NET]
Public Property UseWindowsDithering As Boolean
[C#]
public bool UseWindowsDithering {get; set;}
[Java]
public boolean isUseWindowsDithering()
throws
    IOException,
    AutomationException
[Java]
public void setUseWindowsDithering(
boolean UseWindowsDithering
)
throws
    IOException,
    AutomationException
[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

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

 


Feedback Send feedback on this page