This repository was archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Color Map Overview
Ryan Moore edited this page Sep 30, 2016
·
2 revisions
Table of Contents
The color map file is where the magic of Iroki happens! In this tutorial we will explain how to make and use color maps with Iroki.
- The color map file is a plain text file with two or three tab-separated columns.
- Any line in the file that begins with a
#will be treated as a comment and ignored. - Color names and hex codes are case insensitive.
- Hex codes must begin with a
#.
The default color is black.
This has a few implications.
- If a cell in the color map is empty or missing, Iroki will assume that you want that item to be black. If you want to be more explicit, you can but
blackin any blank cell in the following examples. - If there are sequences in the tree that are NOT in the color map file, these sequences will also remain black.
See here.
See here.