Merge pull request #463 from analogjupiter/presenter-docs-20241006

Small documentation improvement for PixmapPresenter
This commit is contained in:
Adam D. Ruppe 2024-10-06 07:16:02 -04:00 committed by GitHub
commit ae50e5dc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,9 @@
// always have a size that is a
// multiple of the internal
// resolution.
// The gentle reader might have noticed that the integer scaling will result
// → Also check out the
// `intHybrid` scaling mode.
// The gentle reader might have noticed that integer scaling will result
// in a padding/border area around the image for most window sizes.
// How about changing its color?
cfg.renderer.background = ColorF(Pixel.white);