More on Beams of Light, this Time in Colour

Mar 6th in Photo Effects by Collis
A few days ago, we published a tutorial titled How to Break Sunlight Through the Clouds by the fantastically talented Kyle Pero of Lumedia Design and lots of comments came in asking whether the effect could be reproduced in color. Kyle has kindly done up a quick sample:
PG

Author: Collis

Hello! I started Psdtuts+ because years ago reading Photoshop tutorials was how I got into design. You can find me on Twitter or on my blog theNetsetter.

The steps and process are much the same as in the original tutorial, so this is really just an image to show it can be done. Here are Kyle's comments:

..also just did a real quick and dirty version of the light tute in color. People seemed to want to see it in color so I just did one real quick.

Rollover Before/After

You can roll over the image below to see the before/after effect in color, and as always I've uploaded the PSD file to the PSDTUTS Plus download area.

By the Way

Thought you might also be interested to know that Kyle is an expert retoucher and you can see some of his really amazing advertorial work here. Just wait for all the images to load and run through the rollovers, some of them are mind-blowing!

Enjoy this Post?

We'd love your vote!

Plus Members

Source Files, Bonus Tutorials and
More for $9 a month for all TUTS+
sites in one subscription.

Join Now

User Comments

( ADD YOURS )
  1. PG

    Nate March 6th

    Good stuff collis. Thanks for the extra info on light rays.

    ( Reply )
  2. PG

    Brad Frost March 6th

    Subtle and effective. Great job.

    ( Reply )
  3. PG

    Cain March 6th

    Thanks Collis, I never expected my idea to be posted, but you guys went out of your way to make it. Thanks alot!

    ( Reply )
  4. PG

    alberto March 6th

    nice i like the effect

    ( Reply )
  5. PG

    Andrei Constantin March 6th

    very slick

    ( Reply )
  6. PG

    Arnaud March 6th

    That light effect is very realistic and change the mood of the scene :)

    ( Reply )
  7. PG

    Shane March 6th

    Like the rollover – makes it easy to see how good the effect is :)

    ( Reply )
  8. PG

    shdw March 6th

    one of the weaker effects tbh

    ( Reply )
  9. PG

    Connor March 6th

    While I like your rollover technique for before/after shots, it doesn’t work in RSS readers or printable versions, or for users without JS enabled.

    A good solution would be to put both the before and after images within your “tutorial_image” div, and apply some CSS to the “tutorial_image:hover” state to show/hide the required image. In this way, the same HTML could be used in the RSS reader to show both images, and JS would not be required to support the mouseover. This would have the added bonus that both images are loaded at the time of page-load, and there would be no delay between the first mouse-over and the image appearing.

    Here’s a quick example:

    CSS
    ———–
    .tutorial-image .before {
    display: block;
    }
    .tutorial-image .after {
    display: none;
    }
    .tutorial-image:hover .before {
    display: none;
    }
    .tutorial-image:hover .after {
    display: block;
    }

    HTML
    ———–

    ( Reply )
  10. PG

    giackop March 6th

    i like the rollover effect.. the effect is cool anyway..

    ( Reply )
  11. PG

    Ben March 6th

    The light beams are landing on shaded areas, which kind of kills it in this example, but I can see its use in other situations. Nice.

    ( Reply )
  12. PG

    Markus March 6th

    It could really be done on a colourized picture ;)

    ( Reply )
  13. PG

    BogDinamita March 7th

    thank you

    ( Reply )
  14. PG

    sct March 7th

    If you just cut out the part where it overlays on the trees it would look a lot better. Still a great effect though.

    ( Reply )
  15. PG

    jonasbmf March 11th

    i was wondering if any of you guys know where I can find a tutorial changing cloudy weathered images into sunny? and I dont just mean changing the sky, but to add sunlight and shadows on elements in the picture. anyone?

    ( Reply )
  16. PG

    Katalog Stron March 19th

    Thanks for rollover effect.

    ( Reply )
  17. PG

    Naykris Crowley April 11th

    got nice! realistically!

    ( Reply )
  18. PG

    sakura April 17th

    wow….amazing…..

    ( Reply )
  19. Nice that it can be done on a coloured photograph! personally I think the b&w photo worked better.

    ( Reply )
  1. Arrow
    Gravatar

    Your Name
    July 15th