You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Raw Data" section of ThemeEngine, .CAAR files are present and, despite it being visible and having options to change orientation and blending mode, provides no way of editing their color.
The text was updated successfully, but these errors were encountered:
.caar files correspond to CoreAnimation Archives. They are encoded versions of CALayer trees that get duplicated in your app interfaces. CoreAnimation layers just have so many properties that I did not get around to building an editor for this file type because that would be an undertaking of itself on top of even getting ThemeEngine to work.
I invite you to edit .caar files programmatically by modifying the rootLayer property on TKRawDataRendition to a new instance of CALayer. This function calls CAEncodeLayerTree which is capable of encoding your own instances of CALayer into the format or .caar.
In the "Raw Data" section of ThemeEngine,
.CAAR
files are present and, despite it being visible and having options to change orientation and blending mode, provides no way of editing their color.The text was updated successfully, but these errors were encountered: