# Anti-Aliasing

#### Enable anti-aliasing  


Enables anti-aliasing effect.

Anti Aliasing is a technique of adjusting pixel positions or setting pixel intensities so that there is a more gradual transition between the color of a line and the background color in order to give a smoother appearance of the object. The image bellow illustrates the Antialiasing effect on an object.

<div drawio-diagram="617"><img src="https://doc316en.candera.eu/uploads/images/drawio/2023-02/drawing-7-1676365018.png" alt=""/></div>

<div drawio-diagram="6587"><img src="https://doc316en.candera.eu/uploads/images/drawio/2024-08/drawing-5-1724412635.png" alt=""/></div>

<p class="callout info">The changing of the anti aliasing will only take effect after the application is restarted.</p>

---