typedef struct _COLORDATA
{
L_UINT uStructSize;
L_INT nRedFactor;
L_INT nGreenFactor;
L_INT nBlueFactor;
L_INT nConstant;
} COLORDATA, * pCOLORDATA;
The COLORDATA structure provides color balancing information to the LBitmap::ChannelMix function.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Value that represents the percentage of the red color value that should be distributed to the red component. Valid values are 200 to 200.
Value that represents the percentage of the green color value that should be distributed to the green component. Valid values are 200 to 200.
Value that represents the percentage of the blue color value that should be distributed to the blue component. Valid values are 200 to 200.
Value that represents the color value that should be added to the whole image. Valid values are 200 to 200.
For a more detailed description of how this works, refer to LBitmap::ChannelMix.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document