Skip to content
New issue

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

Deprecated Package Usage In ebiten.DrawImageOptions{} #3186

Closed
1 of 11 tasks
temidaradev opened this issue Jan 26, 2025 · 1 comment
Closed
1 of 11 tasks

Deprecated Package Usage In ebiten.DrawImageOptions{} #3186

temidaradev opened this issue Jan 26, 2025 · 1 comment

Comments

@temidaradev
Copy link
Contributor

temidaradev commented Jan 26, 2025

Ebitengine Version

v2.8.5

Operating System

  • Windows
  • macOS
  • Linux
  • FreeBSD
  • OpenBSD
  • Android
  • iOS
  • Nintendo Switch
  • PlayStation 5
  • Xbox
  • Web Browsers

Go Version (go version)

1.23.5

What steps will reproduce the problem?

Using ebiten.ColorM,
Getting warning:

Image

Changing to colorm.ColorM
Getting error while using it in ebiten.DrawImageOptions

Image

What is the expected result?

Using colorm.ColorM variable inside of ebiten.DrawImageOptions

What happens instead?

Cant use colorm.ColorM variable inside of ebiten.DrawImageOptions. Geting an error (second photo in reproducing)

Anything else you feel useful to add?

No response

@hajimehoshi
Copy link
Owner

I don't change this for backward compatibility.

@hajimehoshi hajimehoshi closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2025
@hajimehoshi hajimehoshi added wontfix and removed bug labels Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants