So, right now, we avoid touching paintdevices directly, but instead hand the user a node(layer) object that has pixel data.
The node object can tell the user if it is animatable, but there's no frame api yet.
Should we just give the user the pixel data for a given frame, or shall we make a frame object?
I have the feeling we would need the latter so that users can access which color a frame is, or whether it is interpolatable? And I suppose that some users might want to set up frames via python?
So anyway, a suggestion what is the best idea to tackle this?