Recolor a picture using VBA

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
 
W

willogee

Shyam

Thanks - is there any other kind of way of setting coloring to "light"?

Will
 
J

John Wilson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top