├── .gitignore ├── COLR_V1 ├── COLRv1_OpenIssues.md ├── COLRv1formats_rev0.md ├── COLRv1formats_rev1.md ├── COLRv1formats_rev2.md ├── COLRv1formats_rev3.md ├── COLRv1formats_rev4.md ├── COLRv1formats_rev5.md ├── COLRv1formats_rev6.md ├── PDF_Plate11.png ├── PDF_Plate12.png └── noto-handwriting-color_1_COLR-V1-rev01.xlsx ├── LICENSE ├── NLI ├── UnderstandingNLI.md └── images │ ├── NLI_images.pptx │ ├── Samsa_Zycon_clock.png │ ├── Thumbs.db │ ├── Underware_hoi_gemowespace.png │ ├── Underware_hoi_quad-bezier.png │ ├── axis_scalar_left0-only.png │ ├── axis_scalar_quadratic.png │ ├── desired-non-linear-delta.png │ ├── hoi_duplicate-delta-sets.png │ ├── non-linear-comp-deltas.png │ ├── otvo_fig20.png │ └── otvo_fig23.png └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/.gitignore -------------------------------------------------------------------------------- /COLR_V1/COLRv1_OpenIssues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1_OpenIssues.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev0.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev1.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev2.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev3.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev4.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev5.md -------------------------------------------------------------------------------- /COLR_V1/COLRv1formats_rev6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/COLRv1formats_rev6.md -------------------------------------------------------------------------------- /COLR_V1/PDF_Plate11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/PDF_Plate11.png -------------------------------------------------------------------------------- /COLR_V1/PDF_Plate12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/PDF_Plate12.png -------------------------------------------------------------------------------- /COLR_V1/noto-handwriting-color_1_COLR-V1-rev01.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/COLR_V1/noto-handwriting-color_1_COLR-V1-rev01.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/LICENSE -------------------------------------------------------------------------------- /NLI/UnderstandingNLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/UnderstandingNLI.md -------------------------------------------------------------------------------- /NLI/images/NLI_images.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/NLI_images.pptx -------------------------------------------------------------------------------- /NLI/images/Samsa_Zycon_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/Samsa_Zycon_clock.png -------------------------------------------------------------------------------- /NLI/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/Thumbs.db -------------------------------------------------------------------------------- /NLI/images/Underware_hoi_gemowespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/Underware_hoi_gemowespace.png -------------------------------------------------------------------------------- /NLI/images/Underware_hoi_quad-bezier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/Underware_hoi_quad-bezier.png -------------------------------------------------------------------------------- /NLI/images/axis_scalar_left0-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/axis_scalar_left0-only.png -------------------------------------------------------------------------------- /NLI/images/axis_scalar_quadratic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/axis_scalar_quadratic.png -------------------------------------------------------------------------------- /NLI/images/desired-non-linear-delta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/desired-non-linear-delta.png -------------------------------------------------------------------------------- /NLI/images/hoi_duplicate-delta-sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/hoi_duplicate-delta-sets.png -------------------------------------------------------------------------------- /NLI/images/non-linear-comp-deltas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/non-linear-comp-deltas.png -------------------------------------------------------------------------------- /NLI/images/otvo_fig20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/otvo_fig20.png -------------------------------------------------------------------------------- /NLI/images/otvo_fig23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/NLI/images/otvo_fig23.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterConstable/OT_Drafts/HEAD/README.md --------------------------------------------------------------------------------