FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::StrokeAction::PixelChange Struct Reference

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.

Detailed Description

Represents a single pixel modification in a stroke.

Member Data Documentation

◆ next

Col FuncDoodle::StrokeAction::PixelChange::next

Pixel color after the stroke applied.

◆ prev

Col FuncDoodle::StrokeAction::PixelChange::prev

Pixel color before the stroke touched it.

◆ x

int FuncDoodle::StrokeAction::PixelChange::x

X coordinate of the changed pixel.

◆ y

int FuncDoodle::StrokeAction::PixelChange::y

Y coordinate of the changed pixel.


The documentation for this struct was generated from the following file: