mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
filter-color-grade: Fix effect
This commit is contained in:
parent
43b5d309eb
commit
ba97ea06b0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ float4 HSVtoRGB(float4 HSVA) {
|
|||
float4 HSLtoRGB(float4 HSLA) {
|
||||
float3 rgb = clamp(
|
||||
abs(
|
||||
mod(
|
||||
fmod(
|
||||
HSLA.x * 6.0 + float3(0.0, 4.0, 2.0),
|
||||
6.0
|
||||
) - 3.0
|
||||
|
|
Loading…
Reference in a new issue