Specifications

Intel
®
Image Processing Library Reference Manual
9-22
9
Lightening an image
Color saturation
Color balance
R, G, and B color adjustments
Contrast adjustment.
DeleteColorTwist
Frees memory used for a
color-twist matrix.
void iplDeleteColorTwist(IplColorTwist*
cTwist
);
cTwist
The color-twist matrix data structure that was
prepared by a call to the function
iplCreateColorTwist().
Discussion
The function iplDeleteColorTwist() frees memory used for the color-
twist matrix structure referred to by
cTwist
.