Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.95 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.95 KB

sublime syntax - cube LUT

this package includes syntax highliting and autocompletion for cube LUT files.

installation

clone this repository in your sublime package folder.

  • direct link: https://github.com/diegoinacio/cubeLUT-sublime

  • reserved keywords: much of the reserved words implemented for highlighting and autocompletion. cubeLUT syntax

  • snippets: constructs a basic structure of a cube LUT file. cubeLUT syntax

  • themes: custom color schemes (you can change it by editing the cubeLUT.sublime-settings file) cubeLUT syntax

Examples

Some development examples of cube files and interactive visualization of LUTs. More examples can be found in the subdirectory _examples.

  • LUT1D - Cumulative random
<iframe width="1024" height="512" src="//plot.ly/~diegodci/45.embed" frameborder="0" scrolling="no"> </iframe>

cubeLUT examples cubeLUT examples

  • LUT3D - Saturation
<iframe width="1024" height="512" src="//plot.ly/~diegodci/47.embed" frameborder="0" scrolling="no"> </iframe>

cubeLUT examples cubeLUT examples

Reference

  1. Selan, Jeremy (2004). "Using Lookup Tables to Accelerate Color Transformations" GPU Gems 2, Chapter 24.
  2. Adobe. Cube LUT Specification, 2013.
  3. Lorenzo, Angelo (2012). "LUTs Part 1: What is a LUT?". [Online]
  4. Wikipedia. 3D lookup table. [Online]