I am getting the error message "Color value outside range 0-255" with the
following code:
template.SetRGBColorFillF(0xFF, 0xFF, 0xFF);
Isn't "0xFF" = 255?
Also, I get the same error with any value greater than "0x01".
Any suggestions?
Thanks,
Doug
Thi
On 6/23/2015 23:09 PM, Kreusch, Doug K wrote:
I am getting the error message “Color value outside range 0-255” with
the following code:
template.SetRGBColorFillF(0xFF, 0xFF, 0xFF);
Isn’t “0xFF” = 255?
Also, I get the same error with any value greater than “0x01”.
1. The mailing-list has