Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ImageDither Property
In This Topic
    ImageDither Property
    In This Topic
    Gets or sets what happens when a 256-color image is pasted from the Clipboard to the Reflection terminal window.
    Syntax
    expression.ImageDither As ImageDitherOption
    where expression is a variable that represents a Screen Object

    Property Value

    An ImageDitherOption value
    Remarks
    Reflection uses an algorithm to determine exactly how colors should be mapped for 16-color terminals. Try all three values to see which works best for a particular image.
    See Also