We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ebiten.DrawImageOptions{}
v2.8.5
go version
1.23.5
Using ebiten.ColorM, Getting warning:
ebiten.ColorM
Changing to colorm.ColorM Getting error while using it in ebiten.DrawImageOptions
colorm.ColorM
ebiten.DrawImageOptions
Using colorm.ColorM variable inside of ebiten.DrawImageOptions
Cant use colorm.ColorM variable inside of ebiten.DrawImageOptions. Geting an error (second photo in reproducing)
No response
The text was updated successfully, but these errors were encountered:
I don't change this for backward compatibility.
Sorry, something went wrong.
No branches or pull requests
Ebitengine Version
v2.8.5
Operating System
Go Version (
go version
)1.23.5
What steps will reproduce the problem?
Using
ebiten.ColorM
,Getting warning:
Changing to
colorm.ColorM
Getting error while using it in
ebiten.DrawImageOptions
What is the expected result?
Using
colorm.ColorM
variable inside ofebiten.DrawImageOptions
What happens instead?
Cant use
colorm.ColorM
variable inside ofebiten.DrawImageOptions
. Geting an error (second photo in reproducing)Anything else you feel useful to add?
No response
The text was updated successfully, but these errors were encountered: