Class that represent color capabilities. Filter describes the color characteristic of the subtractive filter
applied to the image data. Multiple filters may be applied to a single acquisition.
Inheritance Hierarchy
TwainScanning.CapabilityCapSetBase
TwainScanning.Capability.CapabilitySetsColor
Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
The Color type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCapabilities | (Inherited from CapSetBase.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MakeCapT | (Inherited from CapSetBase.) |
![]() | MakeCapArrT | (Inherited from CapSetBase.) |
![]() | MakeCapReadOnlyT | (Inherited from CapSetBase.) |
![]() | MakeCapReadOnlyArrayT | (Inherited from CapSetBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ColorManagementEnabled |
Disables the Source’s color and gamma tables for color and grayscale images, resulting in output
that that could be termed “raw”.
ICAP_COLORMANAGEMENTENABLED
|
![]() | Filter |
Describes the color characteristic of the subtractive filter applied to the image data. Multiple
filters may be applied to a single acquisition.
ICAP_FILTER
|
![]() | Gamma |
Gamma correction value for the image data.
ICAP_GAMMA
|
![]() | IccProfile |
Informs the application if the source has an ICC profile and can embed or link it in the current
ICAP_IMAGEFILEFORMAT.Tells the source if the application would like an ICC profile
embedded or linked into the image file the source will write.
ICAP_ICCPROFILE
|
![]() | PlanarChunky |
Allows the application and Source to identify which color data formats are available. There are
two options, “planar” and “chunky.”
ICAP_PLANARCHUNKY
|
See Also