AntialiasOptions
Index
Properties
optionalcanvasImageRendering
optionalfiltering
Sets the default image filtering for excalibur
Default ImageFiltering.Blended
optionalmultiSampleAntialiasing
Configures the internal render buffer multi-sampling settings
Default true, with max samples that the platform supports
optionalnativeContextAntialiasing
Configures the webgl's getContext('webgl2', {antialias: true | false}) or configures Canvas2D imageSmoothing = true;
Note this option is incompatible with multiSampleAntialiasing
Default false
optionalpixelArtSampler
Turns on the special pixel art sampler in excalibur's image shader for sub pixel anti-aliasing
Default false
Sets the canvas image rendering CSS style
Default 'auto'