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

Add Alpha from Grayscale import option to Texture2D #88669

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

Commits on Mar 21, 2024

  1. Add Alpha from Grayscale import option to Texture2D

    This can be used to import textures that are on a solid black
    background and use them for VFX.
    
    This also adds and exposes `Image::get_format_with_alpha()` and
    `Image::get_format_without_alpha()` static methods for convenience
    when working with image formats.
    Calinou committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0d173de View commit details
    Browse the repository at this point in the history