Skip to content

Bitmap: Add public function to get the color depth and bits per pixel. #4424

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

Closed
kmatch98 opened this issue Mar 16, 2021 · 0 comments · Fixed by #8191
Closed

Bitmap: Add public function to get the color depth and bits per pixel. #4424

kmatch98 opened this issue Mar 16, 2021 · 0 comments · Fixed by #8191
Labels
displayio enhancement good first issue Hacktoberfest Beginner friendly issues for Hacktoberfest event
Milestone

Comments

@kmatch98
Copy link

Currently there is no available methods for querying the color depth or number of bits used to represent each color in a bitmap.

This would be useful to check before performing certain bitmap manipulations, or if an automated palette is required.

@tannewt tannewt added this to the Long term milestone Mar 18, 2021
@adafruit-adabot adafruit-adabot added the Hacktoberfest Beginner friendly issues for Hacktoberfest event label Oct 26, 2021
@FoamyGuy FoamyGuy removed the Hacktoberfest Beginner friendly issues for Hacktoberfest event label Nov 8, 2021
@adafruit-adabot adafruit-adabot added the Hacktoberfest Beginner friendly issues for Hacktoberfest event label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
displayio enhancement good first issue Hacktoberfest Beginner friendly issues for Hacktoberfest event
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants