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

Update Texture for CSFML's sRGB Support #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DemoXinMC
Copy link
Contributor

Addresses #222

  • Updated Texture's constructors with an optional parameter named "sRGB" which selects between the sRGB and non-sRGB versions of sfTexture_create*
  • Allows Texture(byte[]) to specify a portion of the passed bytes to use for the new Texture, consistent with other existing constructors

Addresses SFML#222
* Updated Texture's constructors with an optional parameter named "sRGB" which selects between the sRGB and non-sRGB versions of sfTexture_create*
* Allows Texture(byte[]) to specify a portion of the passed bytes to use for the new Texture, consistent with other existing constructors
@eXpl0it3r eXpl0it3r added the Feature New functionality or extending of an existing one label Jan 3, 2024
@eXpl0it3r eXpl0it3r mentioned this pull request May 23, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality or extending of an existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants