Filter Plugin
frei0r.coloradj_RGB
---
schema_version: 0.100000
title: coloradj_RGB
version: 0.200000
identifier: frei0r.coloradj_RGB
description: Simple color adjustment
creator: Marko Cebokli
type: filter
parameters:
- identifier: R
title: R
description: Amount of red
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: G
title: G
description: Amount of green
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: B
title: B
description: Amount of blue
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Action
title: Action
description: Type of color adjustment
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Keep luma
title: Keep luma
description: Don't change brightness
type: boolean
minimum: 0
maximum: 1
readonly: no
- identifier: Alpha controlled
title: Alpha controlled
description: Adjust only areas with nonzero alpha
type: boolean
minimum: 0
maximum: 1
readonly: no
- identifier: Luma formula
title: Luma formula
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
tags:
- Video
...