JAL-4265 Use ColorUtils.parseColourString() and adjust documentation to use un-hashed...
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 20 Sep 2023 17:09:45 +0000 (18:09 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 20 Sep 2023 17:09:45 +0000 (18:09 +0100)
src/jalview/bin/argparser/Arg.java

index b69ed61..2a3a4a1 100644 (file)
@@ -189,7 +189,7 @@ public enum Arg
                   + Arg.COLOUR.argString() + ".",
           Opt.STRING, Opt.LINKED, Opt.MULTIVALUE, Opt.ALLOWMULTIID),
   BGCOLOUR(Type.IMAGE, "bgcolor", // being a bit soft on the Americans!
-          "Applies a background colour to the structure image. Valid values are named colours or #RRGGBB.",
+          "Applies a background colour to the structure image. Valid values are named colours known to Java or RRGGBB 6 digit hex-string.",
           Opt.STRING, Opt.LINKED, Opt.MULTIVALUE, Opt.ALLOWMULTIID),
   /*
   STRUCTUREIMAGETYPE(Type.IMAGE,