sampledData
So I was looking through some data generated by xbytor's Getter, for the current brush, and I saw this line:
<String symname="sampledData" sym="sampledData" string="acb05ccc-62fa-11e6-ad9e-812d3a1d6bdc"/>
I'm assuming this is a reference to some internal datastructure that stores the bitmap data for the brush, I was wondering if anyone more familiar with AM code might shed some light on the matter, and whether it's possible to access it..
On a somewhat related note, the original reason I was looking though the Getter data is to check if there's some way to get the currently selected Tool Preset.
So I'd appreciate help with that as well.