2.2.3.5 ColorLookupTableEffect Object

The ColorLookupTableEffect object specifies adjustments to the colors in an image.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

BlueLookupTable (256 bytes)

...

...

...

GreenLookupTable (256 bytes)

...

...

...

RedLookupTable (256 bytes)

...

...

...

AlphaLookupTable (256 bytes)

...

...

...

BlueLookupTable (256 bytes): An array of 256 bytes that specifies the adjustment for the blue color channel.

GreenLookupTable (256 bytes): An array of 256 bytes that specifies the adjustment for the green color channel.

RedLookupTable (256 bytes): An array of 256 bytes that specifies the adjustment for the red color channel.

AlphaLookupTable (256 bytes): An array of 256 bytes that specifies the adjustment for the alpha color channel.

Bitmap images are specified by EmfPlusBitmap objects (section 2.2.2.2).

See section 2.2.3 for the specification of additional image effects parameter objects.