mini_arcade_core.engine.render.effects.crt ========================================== .. py:module:: mini_arcade_core.engine.render.effects.crt .. autoapi-nested-parse:: CRT screen-space post effect. Classes ------- .. autoapisummary:: mini_arcade_core.engine.render.effects.crt.CRTEffect Module Contents --------------- .. py:class:: CRTEffect CRT screen-space post effect. Simulates CRT scanlines with optional wobble. .. py:attribute:: effect_id :type: str :value: 'crt' .. py:method:: apply(backend: mini_arcade_core.backend.Backend, ctx: mini_arcade_core.engine.render.context.RenderContext) Apply the CRT effect to the current render context.