User manual
Effects
218
© 2014 Digital Vision
UM-2014.1-07
Matrix Presets
A matrix preset specifies each red, green, blue and alpha column value as
follows :
matrixID
{
  red
  {
   red <FLOAT>
   green <FLOAT>
   blue <FLOAT>
   alpha <FLOAT>
  }
  green
  {
   red <FLOAT>
   green <FLOAT>
   blue <FLOAT>
   alpha <FLOAT>
  }
  blue
  {
   red <FLOAT>
   green <FLOAT>
   blue <FLOAT>
   alpha <FLOAT>
  }
  alpha
  {
   red <FLOAT>
   green <FLOAT>
   blue <FLOAT>
   alpha <FLOAT>
  }
  transpose <BOOLEAN>
}
Where <FLOAT> defines a floating point value e.g. 
matrixTestSample
{
  red
  {
   red 0.782000
   green 0.366000
   blue 0.455000
   alpha 0.000000
  }
  ...
  ... etc.
  ...
  transpose true
}
transpose is a <BOOLEAN> and can be set to true or false. If not present,
transpose is assumed true.
The above matrix would be referenced inside the Layout file through the
identifier "matrixTestSample".










