Package wx :: Package lib :: Module imageutils
[frames | no frames]

Module wx.lib.imageutils

Function Summary
  grayOut(anImage)
Convert the given image (in place) to a grayed-out version, appropriate for a 'disabled' appearance.
  makeGray((r, g, b), factor, maskColor)
Make a pixel grayed-out.

Function Details

grayOut(anImage)

Convert the given image (in place) to a grayed-out version, appropriate for a 'disabled' appearance.

makeGray((r, g, b), factor, maskColor)

Make a pixel grayed-out. If the pixel matches the maskColor, it won't be changed.

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:11 2005 http://epydoc.sf.net