Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 950 Bytes

wia-dps-platen-color.md

File metadata and controls

35 lines (25 loc) · 950 Bytes
title description keywords topic_type ms.topic api_name api_location api_type ms.date
WIA_DPS_PLATEN_COLOR
The WIA_DPS_PLATEN_COLOR property contains the current platen color.
WIA_DPS_PLATEN_COLOR Imaging Devices
apiref
reference
WIA_DPS_PLATEN_COLOR
Wiadef.h
HeaderDef
09/30/2021

WIA_DPS_PLATEN_COLOR

The WIA_DPS_PLATEN_COLOR property contains the current platen color.

Property Type: VT_UI1 | VT_VECTOR

Valid Values: WIA_PROP_NONE

Access Rights: Read-only

Remarks

A minidriver should report the WIA_DPS_PLATEN_COLOR as a vector of four BYTE values in the form of an RGBQUAD structure (which is described in the Microsoft Windows SDK documentation). The WIA minidriver creates and maintains this property.

An application reads WIA_DPS_PLATEN_COLOR to get the scanner's platen color. This color can help the application post-process the final image.

Requirements

Header: wiadef.h (include Wiadef.h)