Is there any way of changing the screen's brightness directly from a block?

I really need this for a project, so if you can, you can help me create an extension that does this.

1 Like

The computer screen or the console?

The console.

1 Like

The way I’ve done that is using the color fading extension and subtracting some amount from every single rgb value- basically, moving them all towards black. Then to raise brightness, i would add some, moving them towards white!

Thank you!