Page 1 of 1

COLOR INTERPRETATION

Posted: Fri Nov 30, 2012 4:06 pm
by unixkd
Hi all

I use Fastreport for Xbase++ and would like to translate Xbase++/Codejock color code to the format example as stated in the documentation below:

The low three bytes represent RGB color intensities for blue, green, and red, respectively. The value $00FF0000 represents full-intensity, pure blue, $0000FF00 is pure green, and $000000FF is pure red. $00000000 is black and $00FFFFFF is white.. etc

Joseph

Re: COLOR INTERPRETATION

Posted: Fri Nov 30, 2012 6:44 pm
by Auge_Ohr
unixkd wrote:I use Fastreport for Xbase++ and would like to translate Xbase++/Codejock color code
try AutomationTranslateColor()

Re: COLOR INTERPRETATION

Posted: Sat Dec 01, 2012 11:05 am
by Cliff Wiernik
Is fastreport still supported. I seem to have heard that the developer has left us.

Cliff.

Re: COLOR INTERPRETATION

Posted: Sat Dec 01, 2012 9:00 pm
by unixkd
AutomationTranslatecolor() does NOT work.

For now, Fastreport for Xbase++ not supported, Sergey Spirin died. But no doubt, Fastreport is an excellent report writer and it exits as an activex. It will be nice if what Sergey did on the Fastreport using DLL calls, can be translated to Activex implimentation.

Thanks.

Joseph

Re: COLOR INTERPRETATION

Posted: Sun Dec 02, 2012 12:35 am
by Auge_Ohr
unixkd wrote:AutomationTranslatecolor() does NOT work.
so perhaphs GraGetRGBIntensity() ?