(c) 2006-2017 Martin Krzywinski | mkweb.bcgsc.ca
TupleEncode - encoding a tuple into HSV color.

All color charts were created with tuple2color.

To read the chart, lookup the tuple values (e.g. (a,b) for a 2-tuple and (a,b,c) for 3-tuple) and read off corresponding color, RGB and HSV values.

The HSV color encodings are desiged to capture the relationship and/or magnitude of the tuple components. The charts were designed to illustrate the encodings within a range of values ([0,2] for 2-tuple encoding and [0,1] for 3-tuple encoding). If your data spans a different range, change encoding options accordingy.

2-tuple Encoding

Color encoding of 2-tuples implemented in Color::TupleEncode::2Way.

2-tuple Encoding - Small chart

Color encoding of 2-tuples implemented in <a href='?documentation&pod=Color::TupleEncode::2Way'>Color::TupleEncode::2Way</a>. (Small chart)

2-tuple Encoding - Color matrix

Color encoding of 2-tuples implemented in <a href='?documentation&pod=Color::TupleEncode::2Way'>Color::TupleEncode::2Way</a>. (Color matrix)

2-tuple Encoding - Large chart

Color encoding of 2-tuples implemented in <a href='?documentation&pod=Color::TupleEncode::2Way'>Color::TupleEncode::2Way</a>. (Large chart)

3-tuple Encoding

Color encoding of 3-tuples as described by Baran et al. and implemented in Color::TupleEncode::Baran

3-tuple Encoding - Small chart

Color encoding of 3-tuples as described by <a href='http://www.biomedcentral.com/1471-2105/8/72/abstract/'><i>Baran et al.</i></a> and implemented in <a href='?documentation&pod=Color::TupleEncode::Baran'>Color::TupleEncode::Baran</a> (Small chart)

3-tuple Encoding - Large chart

Color encoding of 3-tuples as described by <a href='http://www.biomedcentral.com/1471-2105/8/72/abstract/'><i>Baran et al.</i></a> and implemented in <a href='?documentation&pod=Color::TupleEncode::Baran'>Color::TupleEncode::Baran</a> (Large chart)

(c) 2006-2017 Martin Krzywinski mkweb.bcgsc.ca