Method: RBPDF#convertHTMLColorToDec
- Defined in:
- lib/rbpdf.rb
#convertHTMLColorToDec(color = "#FFFFFF") ⇒ Object Also known as: convert_html_color_to_dec
8732 8733 8734 8735 |
# File 'lib/rbpdf.rb', line 8732 def convertHTMLColorToDec(color = "#FFFFFF") warn("#{__callee__} is deprecated, use convert_html_color_to_dec_array instead.", uplevel: 1) _convert_html_color_to_dec(color) end |