ImageGear for .NET
ImGearColorDataFormats Enumeration
See Also  Send Feedback
ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace : ImGearColorDataFormats Enumeration




Glossary Item Box

This enumeration allows the application and Source to identify which color data formats are available.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
CHUNKY0Chunky mode.
PLANAR1Planar mode.

Remarks

There are two options, planar and chunky. For example, planar RGB data is transferred with the entire red plane of data first, followed by the entire green plane, followed by the entire blue plane (typical for three-pass scanners). Chunky mode repetitively interlaces a pixel from each plane until all the data is transferred (R-G-B-R-G-B...) (typical for one-pass scanners).

ImGearCapabilities.ICAP_PLANARCHUNKY capability values.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearColorDataFormats

See Also

©2013. Accusoft Corporation. All Rights Reserved.