QScintilla/Exporters/ExporterTEX.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3011
18292228c724
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
38 """ 38 """
39 ExporterBase.__init__(self, editor, parent) 39 ExporterBase.__init__(self, editor, parent)
40 40
41 def __getTexRGB(self, color): 41 def __getTexRGB(self, color):
42 """ 42 """
43 Private method to convert a color object to a TeX color string 43 Private method to convert a color object to a TeX color string.
44 44
45 @param color color object to convert (QColor) 45 @param color color object to convert (QColor)
46 @return TeX color string (string) 46 @return TeX color string (string)
47 """ 47 """
48 # texcolor[rgb]{0,0.5,0}{....} 48 # texcolor[rgb]{0,0.5,0}{....}

eric ide

mercurial