Changeset 42191
- Timestamp:
- May 10, 2022, 6:28:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/src/opihi/cmd.data/tvcolors.c
r41341 r42191 41 41 gprint (GP_ERR, " f: 0 - 1 defines the scale value for the transition\n"); 42 42 gprint (GP_ERR, " R,G,B: 0 - 1 define the value of the color at the transition point\n"); 43 44 gprint (GP_ERR, " There are 5 colormap file format options:\n"); 45 gprint (GP_ERR, " * file:filename : index Red Green Blue\n"); 46 gprint (GP_ERR, " * lgcy:filename : index Red Blue Green\n"); 47 gprint (GP_ERR, " * csvf:filename : index,Red,Green,Blue\n"); 48 gprint (GP_ERR, " * cetf:filename : fRed,fGreen,fBlue \n"); 49 gprint (GP_ERR, " * cetr:filename : fRed,fGreen,fBlue \n\n"); 50 gprint (GP_ERR, " The index value goes from 0.0 to 1.0 and sets transitions (must be monotonic).\n"); 51 gprint (GP_ERR, " In the CET cases, the index is implicit, with 256 entries expected.\n"); 52 gprint (GP_ERR, " For cetr: the index is reversed.\n"); 53 43 54 return (FALSE); 44 55 }
Note:
See TracChangeset
for help on using the changeset viewer.
