You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > TWAIN Features > TwainGetGamma Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TwainGetGamma Method

Asks to the opened source for current Gamma correction value to apply to the scanned image.

C#
public Double TwainGetGamma();
Visual Basic
Public Function TwainGetGamma() As Double
Returns

Gamma correction value for the image data.

Before using this function check that the TWAIN state is TWAIN_SOURCE_OPEN (4) 

To get the TWAIN state, use the TwainGetState() function.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.