Recolor a picture using VBA

  • Thread starter Thread starter willogee
  • Start date Start date
W

willogee

I'm trying to use VBA to recolor a picture on a slide, to the same value as
presented in the user interface in Picture Tools, Format, Adjust, Recolor,
Light Variations, "Background color 2 Light".

I understand to set a picture to grayscale is

ActivePresentation.Slides(5).Shapes("Pic").PictureFormat.ColorType =
msoPictureGrayscale

which is close, but ideally I wish set the color as the user interface does
above.

Thanks in advance for any ideas on this.
Will
 
I'm reading between the lines here having seen your other post.

If you already have a picture set to "light" (maybe off screen) as you need
you could use .pickup and .apply to set others to the same setting.
--
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 
Back
Top