pub fn write_lut<W: Write>(
    writer: &mut W,
    lut: &LookupTable
) -> Result<(), LUTWriteError>
Expand description

Serialize the lookup table.