- Timestamp:
- Aug 22, 2017, 2:52:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/kapa2/src/bDrawObjects.c
r40123 r40125 507 507 508 508 // scaled colors use the colormap defined for the graphic 509 Graphic *graphic = GetGraphic();510 511 509 ALLOCATE (pixel1, unsigned char, graphic[0].Npixels); 512 510 ALLOCATE (pixel2, unsigned char, graphic[0].Npixels); … … 520 518 } 521 519 522 /**** point s are scaled by object.z***/520 /**** point sizes are scaled by object.size, colors by object.color ***/ 523 521 int scaleSize = (object[0].size < 0); 524 522 int scaleColor = (object[0].color < 0);
Note:
See TracChangeset
for help on using the changeset viewer.
