-
This is what I have so far, I dont know any glsl pretty much at all. I also don't fully understand what im doing here, this has been cobbled together from a bunch of different sources. It does not look right at all. Completely blown out and some of the colors such as purple cant be seen on a white background. I have just been messing with the values for the last little bit but nothing looks right. If someone could help explain why that is happening that'd be great 😅
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I also know next to nothing about glsl 😅. Does this work well for you? (You may have to change the I'd be interested in adding some shaders (+ updating the readme) that assist those with color blindness so that no one has to reinvent the wheel. |
Beta Was this translation helpful? Give feedback.
-
Got it working thanks to the resource you linked @loqusion ! Shader
|
Beta Was this translation helpful? Give feedback.
-
@lividhen Do you think it would be useful for hyprshade to provide configurable intensity, so that people don't have to modify the shader by hand? There could be a field in [[shades]]
name = "color-filter"
[shades.config]
type = "protanopia" # "protanopia", "deuteranopia", "tritanopia"
intensity = 1.0 # 0.0 - 1.0 (I also added configurable On a separate note, do you have any suggestions for what to name the shader? |
Beta Was this translation helpful? Give feedback.
Got it working thanks to the resource you linked @loqusion !
Here is what I ended up with. If I could get feedback from people with different types or more intense red green color blindness that'd be great as mine is only very slight.
Shader