From 4f6381e73fbf0f798459e2d2708da3155cbbf83d Mon Sep 17 00:00:00 2001 From: Janne Liljeblad Date: Tue, 11 Feb 2014 08:43:32 +0200 Subject: [PATCH] Change expression half-comma to semicolon and fix typos --- src/modules/plus/filter_rgblut.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/plus/filter_rgblut.yml b/src/modules/plus/filter_rgblut.yml index 93e8849b..7355ba3e 100644 --- a/src/modules/plus/filter_rgblut.yml +++ b/src/modules/plus/filter_rgblut.yml @@ -11,7 +11,7 @@ tags: - Video description: Converts input strings with exactly 256 half-comma separated integer values in - range 0 - 255 to look-up tables that then used to modify R, G, B values. + range 0 - 255 to look-up tables that are then used to modify R, G, B values. This creates a generic string interface for color correction. @@ -21,8 +21,8 @@ parameters: type: string default: unset description: > - Value is tokenised using half-comma separator into exactly 256 integer - values in range 0 - 255 and a loop-up table for red channel values is + Value is tokenised using semicolon separator into exactly 256 integer + values in range 0 - 255 and a look-up table for red channel values is created and applied to image. If tokenising of value fails a linear table that returns input values unchanged is used instead. @@ -31,8 +31,8 @@ parameters: type: string default: unset description: > - Value is tokenised using half-comma separator into exactly 256 integer - values in range 0 - 255 and a loop-up table for green channel values is + Value is tokenised using semicolon separator into exactly 256 integer + values in range 0 - 255 and a look-up table for green channel values is created and applied to image. If tokenising of value fails a linear table that returns input values unchanged is used instead. @@ -41,7 +41,7 @@ parameters: type: string default: unset description: > - Value is tokenised using half-comma separator into exactly 256 integer - values in range 0 - 255 and a loop-up table for green channel values is + Value is tokenised using semicolon separator into exactly 256 integer + values in range 0 - 255 and a look-up table for green channel values is created and applied to image. If tokenising of value fails a linear table that returns input values unchanged is used instead. -- 2.39.2