From 07b2184493daa56fcff1bcffb49b6be01fc0ec93 Mon Sep 17 00:00:00 2001 From: Anton Levshunov Date: Tue, 5 Jul 2016 12:51:55 +0300 Subject: [PATCH] Fixed blue color annotation. --- channels/cmapi.appendix.b.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/cmapi.appendix.b.js b/channels/cmapi.appendix.b.js index 1aa9f32..5b8ab41 100644 --- a/channels/cmapi.appendix.b.js +++ b/channels/cmapi.appendix.b.js @@ -72,7 +72,7 @@ cmapi.channel["cmapi.appendix.b"] = { "maximum": 255 }, "b": { - "description": "Integer value between 0 and 255 for green.", + "description": "Integer value between 0 and 255 for blue.", "type": "integer", "minimum": 0, "maximum": 255 @@ -157,4 +157,4 @@ cmapi.channel["cmapi.appendix.b"] = { notes: [ 'See http://www.w3.org/wiki/CSS3/Color/RGBA for more info on RGBA.' ] -}; \ No newline at end of file +};