IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2018, 10:48:14 AM (8 years ago)
Author:
eugene
Message:

add alpha option for png

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r40517 r40558  
    177177  int bWeight;
    178178  int bType;
     179  float alpha;
    179180  bDrawColor bColor;
    180181  bDrawColor bColor_R;
     
    293294void bDrawSetBuffer (bDrawBuffer *buffer);
    294295void bDrawSetColor (bDrawBuffer *buffer, bDrawColor color);
    295 void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt);
     296void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt, float alpha);
    296297void bDrawPoint (bDrawBuffer *buffer, int x, int y);
    297298void bDrawPointf (bDrawBuffer *buffer, float x, float y);
Note: See TracChangeset for help on using the changeset viewer.