From dde3084106a70b9a79d48f426f6d6fec6fd203f7 Mon Sep 17 00:00:00 2001 From: akianonymus Date: Mon, 27 Feb 2023 14:30:10 +0530 Subject: Separate parsers into individual files --- doc/modules/colorizer.parser.argb_hex.html | 124 +++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 doc/modules/colorizer.parser.argb_hex.html (limited to 'doc/modules/colorizer.parser.argb_hex.html') diff --git a/doc/modules/colorizer.parser.argb_hex.html b/doc/modules/colorizer.parser.argb_hex.html new file mode 100644 index 0000000..52b4387 --- /dev/null +++ b/doc/modules/colorizer.parser.argb_hex.html @@ -0,0 +1,124 @@ + + + + + colorizer Docs + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

Module colorizer.parser.argb_hex

+

Helper function to parse argb

+

+ +

+ + +

Functions

+ + + + + +
parser.argb_hex_parser (line, i)parse for 0xaarrggbb and return rgb hex.
+ +
+
+ + +

Functions

+ +
+
+ + parser.argb_hex_parser (line, i) +
+
+ parse for 0xaarrggbb and return rgb hex. + a format used in android apps + + +

Parameters:

+
    +
  • line + string: line to parse +
  • +
  • i + number: index of line from where to start parsing +
  • +
+ +

Returns:

+
    +
  1. + number|nil: index of line where the hex value ended
  2. +
  3. + string|nil: rgb hex value
  4. +
+ + + + +
+
+ + +
+
+
+generated by LDoc 1.4.6 +Last updated - February +
+
+ + -- cgit v1.2.3-70-g09d2