Re: [iText-questions] ItextSharp - Color Value Outside Range Error

2015-06-23 Thread iText mailing list
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

[iText-questions] ItextSharp - Color Value Outside Range Error

2015-06-23 Thread Kreusch, Doug K
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