MetaSetColorAdjustment


This metafile command sets the color adjustment used when rendering halftone bitmaps.

class MetaSetColorAdjustment : public Meta
{
 public:
  ColorAdjustment ColorAdjustmentSet;
};

Members

ColorAdjustmentSet A color adjustment structure to be used for the operation.

Notes

See related C function SetColorAdjustment.