I am wishing to distribute rectangular portions of a 2D Skia graphics layer into disparate layers or renderers. Main purpose is sending images to blended projectors (overlapped areas must receive the same pixel content for the blend to work.)
I’m able to use crop function for SKImage datatypes, but I want to generate visuals and then copy, crop or sample the resulting Group(ed) Layer datatype.
Graphics.Skia.Panel is interesting, but not sure how to use it…?
Is anybody else struggling to do projections?