|
FuncDoodle
|
Represents a single pixel modification in a stroke. More...
#include <Core.h>
Public Attributes | |
| int | x |
| X coordinate of the changed pixel. | |
| int | y |
| Y coordinate of the changed pixel. | |
| Col | prev |
| Pixel color before the stroke touched it. | |
| Col | next |
| Pixel color after the stroke applied. | |
Represents a single pixel modification in a stroke.
| Col FuncDoodle::StrokeAction::PixelChange::next |
Pixel color after the stroke applied.
| Col FuncDoodle::StrokeAction::PixelChange::prev |
Pixel color before the stroke touched it.
| int FuncDoodle::StrokeAction::PixelChange::x |
X coordinate of the changed pixel.
| int FuncDoodle::StrokeAction::PixelChange::y |
Y coordinate of the changed pixel.