#include "ltwrappr.h"
virtual L_INT LBitmapBase::IsGrayScale()
Returns an indicator that shows the kind of grayscale palette, if any, that a bitmap has.
GRAY_NO |
[0] Not grayscale. |
GRAY_ORDEREDNORMAL |
[1] Normally ordered grayscale (dark to light). |
GRAY_ORDEREDINVERSE |
[2] Reverse ordered grayscale (light to dark). |
GRAY_NOTORDERED |
[3] Unordered grayscale. |
Grayscale images can be 1-bit, 4-bit, 8-bit, 12-bit or 16-bit. With a 1-bit image, you can use this function to check for inversion (for example, white lines on a black background) caused by an inverted palette.
Support for 12 and 16-bit grayscale images is only available in the Document/Medical toolkits.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
LBitmapBase::GrayScale, LBitmapBase::ConvertToGrayScale, Class Members |
Topics: |
|
|
|
|
Raster Image Functions: Working with Color Halftones, Halftones, and Grayscale Images |
For an example, refer to LBitmapBase::GrayScale.
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