Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsICMTransformMBS class.

Next items

WindowsICMTransformMBS.BEST_MODE = 3

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the flags passed when creating a transformation.

Transform will be used for the display of the highest-quality image possible on the target device.

WindowsICMTransformMBS.BM_10b_G3CH = &h0404

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 10 bits are used for each color channel. The 2 most significant bits are ignored.

WindowsICMTransformMBS.BM_10b_Lab = &h0403

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 10 bits are used for each color channel. The 2 most significant bits are ignored.

WindowsICMTransformMBS.BM_10b_RGB = 9

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 10 bits are used for each color channel. The 2 most significant bits are ignored.

WindowsICMTransformMBS.BM_10b_XYZ = &h0401

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 10 bits are used for each color channel. The 2 most significant bits are ignored.

WindowsICMTransformMBS.BM_10b_Yxy = &h0402

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 10 bits are used for each color channel. The 2 most significant bits are ignored.

WindowsICMTransformMBS.BM_16b_G3CH = &h0504

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 16 bits are used for the gray-scale value. Each of the three color channels uses 16 bits.

WindowsICMTransformMBS.BM_16b_GRAY = &h0505

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 16 bits are used for the gray-scale value. All other bits are ignored.

WindowsICMTransformMBS.BM_16b_Lab = &h0503

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 16 bits are used for the gray-scale value. Each of the three color channels uses 16 bits.

WindowsICMTransformMBS.BM_16b_RGB = 10

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 16 bits are used for the gray-scale value. Each of the three color channels uses 16 bits.

WindowsICMTransformMBS.BM_16b_XYZ = &h0501

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 16 bits are used for the gray-scale value. Each of the three color channels uses 16 bits.

WindowsICMTransformMBS.BM_16b_Yxy = &h0502

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 16 bits are used for the gray-scale value. Each of the three color channels uses 16 bits.

WindowsICMTransformMBS.BM_32b_scARGB = &h0602

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

128 bits per pixel. 32 bits are used for each color channel, as defined by the IEEE 32-bit floating point standard.

WindowsICMTransformMBS.BM_32b_scRGB = &h0601

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

96 bits per pixel. 32 bits are used for each color channel, as defined by the IEEE 32-bit floating point standard.

WindowsICMTransformMBS.BM_565RGB = 1

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

16 bits per pixel. 5 bits are used for red, 6 for green, and 5 for blue.

WindowsICMTransformMBS.BM_5CHANNEL = &h0205

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

40 bits per pixel. 8 bits apiece are used for each channel.

WindowsICMTransformMBS.BM_6CHANNEL = &h0206

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

48 bits per pixel. 8 bits apiece are used for each channel.

WindowsICMTransformMBS.BM_7CHANNEL = &h0207

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

56 bits per pixel. 8 bits apiece are used for each channel.

WindowsICMTransformMBS.BM_8CHANNEL = &h0208

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

64 bits per pixel. 8 bits apiece are used for each channel.

WindowsICMTransformMBS.BM_BGRTRIPLETS = 4

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

24 bits per pixel maximum. For three channel colors, such as red, green, and blue, the total size is 24 bits per pixel. For single channel colors, such as gray, the total size is 8 bits per pixel.

WindowsICMTransformMBS.BM_CMYKQUADS = &h0020

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 8 bits are used for each color channel.

WindowsICMTransformMBS.BM_G3CHTRIPLETS = &h0204

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

24 bits per pixel maximum. For three channel values, the total size is 24 bits per pixel. For single channel gray scale, the total size is 8 bits per pixel.

WindowsICMTransformMBS.BM_GRAY = &h0209

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. Only the 8 bit gray-scale value is used.

WindowsICMTransformMBS.BM_KYMCQUADS = &h0305

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. 8 bits are used for each color channel.

WindowsICMTransformMBS.BM_LabTRIPLETS = &h0203

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

24 bits per pixel maximum. For three channel, L, a, and b values, the total size is 24 bits per pixel. For single channel gray scale, the total size is 8 bits per pixel.

WindowsICMTransformMBS.BM_NAMED_INDEX = &h0405

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

32 bits per pixel. Named color indices. Index numbering begins at one.

WindowsICMTransformMBS.BM_R10G10B10A2 = &h0701

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

Only in Windows Vista.

WindowsICMTransformMBS.BM_R10G10B10A2_XR = &h0702

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

Only in Windows Vista.

WindowsICMTransformMBS.BM_R16G16B16A16_FLOAT = &h0703

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the bitmap format constants.

Only in Windows Vista.

Next items

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...