views:

740

answers:

1

I've implemented some custom fields and would like to keep the look-and-feel consistent with the current Blackberry theme. So I would like the highlighting color of the fields to be consistent with the highlight color used throughout the BB apps.

How can I get the this color?

Edit: Apparently, there's no way to get those kinds of colors from any API. So is there a work-around way to getting these colors?

+2  A: 
Max Gontar
You're essentially just poking at a pixel in a screen shot to get its color. This seems like a really round-about way to get the info. This also requires use of the signed API (`Display` requires signing). I would prefer a solution that is more efficient than taking a screen-shot and doesn't require signing.
Ben S