Bug 61935 - Visual difference between a gray and transparent pixel
Summary: Visual difference between a gray and transparent pixel
Status: RESOLVED FIXED
Alias: None
Product: kiconedit
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Thomas Tanghus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-01 02:08 UTC by Bart Vanhauwaert
Modified: 2004-02-21 14:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Vanhauwaert 2003-08-01 02:08:50 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Compiled From Sources

Currently it's impossible to know if a certain pixel is transparent or simply grey. A visual marker to differentiate between the two is needed. Possibilities could be to hatch transparent pixels or to give them a 'weird' user-defineable color/pattern instead of the generic grey.
Comment 1 Adrian Page 2004-02-21 14:41:45 UTC
CVS commit by page: 

Add the ability to render the background as a checkerboard pattern or a solid colour, making it easier to distinguish pixels with transparency.

CCMAIL: 61935-done@bugs.kde.org


  M +112 -12   kiconconfig.cpp   1.45
  M +5 -0      kiconconfig.h   1.19
  M +6 -0      kiconeditslots.cpp   1.61
  M +356 -78   kicongrid.cpp   1.74
  M +32 -1     kicongrid.h   1.35
  M +71 -0     properties.cpp   1.25
  M +18 -0     properties.h   1.17