Nana C++ Library An open-source C++ framework project The Programmer's Guide |
||||
nana::paint::image_process::line_interface Description The interface of line algorithm. Model of None Public base classes None Members
File nana/paint/image_process_interface.hpp Notes 1, The two points are calculated by Nana, they are always valid, and pos_beg.x <= pos_end.x 2, The semantics of the algorithm is: Draws line [pos_beg, pos_end] pixbuf = pixbuf * (1 - fade_rate) + color * fade_rate See also None. Move to The Nana Programmer's Guide Main Page |
||||