Ghost an image

2 posts / 0 new
Last post
mritter0
mritter0's picture
Offline
Last seen: 1 year 10 months ago
Joined: 2014-04-21 21:15
Ghost an image

I have loaded and scaled an image

  1. if (IGraphics->CompositeTags(
  2. COMPOSITE_Src, OrigBM, ScaleBM,
  3. COMPTAG_ScaleX, COMP_FLOAT_TO_FIX(ScaleFactorX),
  4. COMPTAG_ScaleY, COMP_FLOAT_TO_FIX(ScaleFactorY),
  5. TAG_DONE) != COMPERR_Success)
  6. {
  7. if (ScaleBM != NULL)
  8. IP96->p96FreeBitMap(ScaleBM);
  9. }

I would like to give it a "ghosted/disabled" look. I added
COMPTAG_SrcAlpha,COMP_FLOAT_TO_FIX(0.75),
It looks ok on some images/colors, but terrible with white images.

Just like when you open Workbench window and do Show All and the C/Devs/S folders are ghosted.

Something simple that can be done on the fly quickly.

jabirulo
jabirulo's picture
Offline
Last seen: 4 hours 34 min ago
Joined: 2013-05-30 00:53
maybe this os4doding thread

maybe this os4doding thread will be of some help.

http://www.os4coding.net/comment/2101#comment-2101

AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P

Log in or register to post comments