Reflection
ImageDitherOption Enumeration


Indicates the results when a 256-color image is pasted from the Clipboard to the Reflection Graphics terminal window.
Syntax
'Declaration
 
Public Enum ImageDitherOption 
   Inherits System.Enum
'Usage
 
Dim instance As ImageDitherOption
public enum ImageDitherOption : System.Enum 
Members
MemberDescription
FullColor boundaries are less precise, but images can have a grainy, textured appearance.
NonePasted images are smooth in texture with distinct color boundaries.
PartialMidway between rcNoDither and rcFullDither.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.ImageDitherOption

See Also