The BRUSHOBJ_hGetColorTransform function retrieves the color transform for the specified brush.
HANDLE
BRUSHOBJ_hGetColorTransform(
IN BRUSHOBJ *pbo
);
BRUSHOBJ_hGetColorTransform returns a handle to the color transform for the specified BRUSHOBJ structure upon success. Otherwise, it returns NULL.
Declared in winddi.h. Include winddi.h.
BRUSHOBJ_hGetColorTransform returns NULL when ICM is disabled.
The color transform for a translation object is obtained by calling XLATEOBJ_hGetColorTransform.
BRUSHOBJ, DrvIcmCreateColorTransform, XLATEOBJ_hGetColorTransform