//docs/MPImage.doc/MPScaleRGB


   NAME   
  MPScaleRGB -- Scales an RGB image (V7)

   SYNOPSIS
  MPScaleRGB( Old,New,Temp)
              A0  A1  A2

  void MPScaleRGB
           ( struct MPProcess *,struct MPProcess *,struct MPProcess *);

   FUNCTION
  Scales an RGB image.

   INPUTS
  Old      - Contains the Red,Green and Blue chunky pixels
             and the Width and Height of the current image.
  New      - Contains the Red,Green and Blue chunky pixels
             and the Width and Height for the new image.
  Temp     - Contains 3 temporary buffers sized for the new image.

   RESULT
  The data pointed to by New->Red/Green/Blue is updated to 
  the scaled image.

   EXAMPLE

   NOTES

   BUGS
  Not tested.

   SEE ALSO
  MPScaleGrey().