cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2015
12:41 AM
reduce Opacity in roScreen in case of Legacy device
How to reduce Opacity of image in roScreen in case of Legacy Device( version 3.0).?
Is there any way to reduce opacity of an image in roscreen in case of legacy device?
Is there any way to reduce opacity of an image in roscreen in case of legacy device?
9 REPLIES 9
cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2015
04:27 AM
Re: reduce Opacity in roScreen in case of Legacy device
please please reply . any reply would be helpful for me.

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2015
10:38 AM
Re: reduce Opacity in roScreen in case of Legacy device
You can't. Legacy devices don't support alpha for any of the Draw functions. If you're drawing it over a solid background, you could draw a rect over it with alpha to give it the appearance of transparency, but if you're trying to alpha blend it onto another image, I'm afraid you're out of luck.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2015
11:29 AM
Re: reduce Opacity in roScreen in case of Legacy device
Drawing alpha rectangles over the top of images works as a decent trick but it really chews through performance for anything bigger than small on those slow as sap classic models.

NewManLiving
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2015
11:56 AM
Re: reduce Opacity in roScreen in case of Legacy device
Not quite sure what you are actually doing but to get around sone of the alpha issues of the lower models (although current models ) i use get deviceinfo to determine what device is loading my program, and then use this information globally to set function pointers to use the correct methods or download bitmaps that were intentionally blended to give the same look and feel as methods that do their own alpha blending on the higher models. Having a framework that uses aa as objects lends itself nicely to this. This way I can support the strengths and weaknesses of the various models with one channel
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2015
10:38 PM
Re: reduce Opacity in roScreen in case of Legacy device
thanx guys for sharing your views.
cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2015
12:45 AM
Re: reduce Opacity in roScreen in case of Legacy device
hi komag as you say
but it is only for transparent RGBA color on top of image.
i want to show image(which should be transparent ) on top of static image.
Drawing alpha rectangles over the top of images works as a decent trick.
but it is only for transparent RGBA color on top of image.
i want to show image(which should be transparent ) on top of static image.

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2015
01:43 AM
Re: reduce Opacity in roScreen in case of Legacy device
Then it sounds like you might have to either abandon the idea or abandon supporting legacy Rokus 😞
cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2015
10:56 AM
Re: reduce Opacity in roScreen in case of Legacy device
yes komag. 😞

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2015
05:13 PM
Re: reduce Opacity in roScreen in case of Legacy device
"Komag" wrote:
Then it sounds like you might have to either abandon the idea or abandon supporting legacy Rokus 😞
Looks like the decision was just made for you, check your developer email. Legacy no mo.
Kinetics Screensavers