What does yellow tinting represent when using "color misaligned images" on iPhone/iOS

IphoneIosCore AnimationCore GraphicsInstruments

Iphone Problem Overview


so--i switched on "color misaligned images" to improve drawing performance in our app. The documentation states:

> Puts a magenta overlay over images > whose source pixels aren't aligned to > destination pixels

I don't know what the yellow means however. (There is a "Color Offscreen-Rendered" option that uses yellow... does "Color Misaligned Images" also turn on this option?)

Anybody know?

TIA

Iphone Solutions


Solution 1 - Iphone

Magenta overlays are caused by subpixel misalignment, while yellow overlays are caused by stretching. Prior to iOS 4, Instruments used magenta for both.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionnielsbotView Question on Stackoverflow
Solution 1 - IphoneWilbur VandrsmithView Answer on Stackoverflow