2017-04-13 12:39:35 +00:00
|
|
|
[shader]
|
|
|
|
name=GBA Color
|
|
|
|
author=Pokefan531 and hunterk
|
|
|
|
description=Modifies the color output to simulate the GBA LCD characteristics.
|
|
|
|
passes=1
|
|
|
|
|
|
|
|
[pass.0]
|
|
|
|
fragmentShader=gba-color.fs
|
2024-09-16 10:51:08 +00:00
|
|
|
vertexShader=gba-color.vs
|
2017-04-13 12:39:35 +00:00
|
|
|
blend=1
|
2019-09-19 02:35:45 +00:00
|
|
|
width=-1
|
|
|
|
height=-1
|
2017-04-13 12:39:35 +00:00
|
|
|
|
|
|
|
[pass.0.uniform.darken_screen]
|
|
|
|
type=float
|
|
|
|
default=0.5
|
|
|
|
readableName=Darken Screen
|
2024-09-16 10:51:08 +00:00
|
|
|
|
|
|
|
[pass.0.uniform.color_mode]
|
|
|
|
type=int
|
|
|
|
default=1
|
|
|
|
min=1
|
|
|
|
max=3
|
|
|
|
readableName=Color Profile (1=sRGB, 2=DCI, 3=Rec2020)
|