IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:23:01 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa, unify RotFont, bDraw functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/PSObjects.c

    r4769 r5852  
    111111    lweight = MAX (0, MIN (10, layout[0].objects[i].lweight));
    112112    fprintf (f, "%.1f setlinewidth\n", lweight);
    113     fprintf (f, "%s setrgbcolor\n", GetRGBString(layout[0].objects[i].color));
     113    fprintf (f, "%s setrgbcolor\n", KapaColorRGBString(layout[0].objects[i].color));
    114114
    115115    switch (layout[0].objects[i].style) {
Note: See TracChangeset for help on using the changeset viewer.