Skip navigation.
 
mlRe: Image reflection in IKImageBrowserView
FROM : Jens Alfke
DATE : Fri May 02 20:06:10 2008

On 1 May '08, at 11:57 PM, Aby wrote:

>        How to implement Image reflection for all the images in 
> IKImageBrowserView.


You can't make the view draw reflections; it's not very customizable 
at all.

The best you can do is give it images that already have reflections in 
them. Take each of your images, draw it into a larger image, draw the 
reflection below (using a y-flip transform and a mask with an alpha 
gradient), then put the larger image in the browser.

—Jens

Related mailsAuthorDate
mlImage reflection in IKImageBrowserView Aby May 2, 08:57
mlRe: Image reflection in IKImageBrowserView Jens Alfke May 2, 20:06