summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-frame-buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement gradient support for ply-frame-buffer.Kristian Høgsberg2008-06-021-0/+5
|
* add new function ply_frame_buffer_fill_with_hex_color_at_opacityRay Strode2008-05-301-0/+5
| | | | | It's sometimes useful to specify an opacity to fill with for the passed in color, too, independent of its alpha.
* Add new function ply_frame_buffer_fill_with_hex_colorRay Strode2008-05-301-0/+3
| | | | | | The current function for filling the frame buffer with a block color takes 4 doubles. In some cases, it's easier to give the hex value directly.
* clean up the frame buffer fill apis to not ask for the width andRay Strode2007-06-081-9/+5
| | | | | height twice (since they are always the same for the source and dest)
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-0/+86