Drippy Loading Screen

Drippy Loading Screen

36M Downloads

Progress Bar Opacity

MrCubicYT opened this issue ยท 5 comments

commented

Describe the bug
Progress Bar ignores alpha hex.

To Reproduce
Give bar hex with an alpha value for example. (#000000ff)
Shows solid colour without opacity. (In this case black)

Expected behavior
Should look at opacity and set colour or element to that opacity. (In this case it should have been clear because of the ff)

Game Log
Doesn't mention anything about opacity or colour, only stuff about creating the bar.

Screenshots
image
image

Basic Informations (please complete the following information):

  • OS: Windows
  • Drippy Version 3.0.1
  • Forge Version 47.2.20
  • Minecraft Version 1.20.1
  • Active Mods:
    image
commented

The bar should have alpha channel support, but I'm not 100% sure. If it doesn't, it's probably for a reason, like to not break the fade-out of the loading screen for example.

commented

isn't #000000ff just the hex code for black at full opacity?

commented

You could then try #00000077 and that would mix ~50% red (background of the loading bar) and black. (if the mod works that is)

commented

You're right, it absolutely is. So this is probably not a bug.

commented

Just checked with different alpha hex values and can confirm that it does nothing... But understandable if can't be fixed ๐Ÿ™ƒ