Forums › TWAIN Classic › ICAP_BRIGHTNESS setting is ignored (?) › Reply To: ICAP_BRIGHTNESS setting is ignored (?)
January 20, 2010 at 9:48 pm
#24465
@fortunece wrote:
internal class TwRANGE{
ushort ItemType;
uint MinValue; /* Starting value in the range. */
uint MaxValue; /* Final value in the range. */
uint StepSize; /* Increment from MinValue to MaxValue. */
uint DefaultValue; /* Power-up value. */
uint CurrentValue; /* The value that is currently in effect. */
}
In fact the range can be negative, from -1000 to +1000 for ICAP_BRIGHTNESS, ICAP_CONTRAST …