ImageGear for Java
ImGearFullLUT Class Fields

For a list of all members of this type, see ImGearFullLUT members.

Public Fields
 NameDescription
Public FieldtableProvides direct access to the LUT table.

byte[ ], Int16[ ] or Int32[ ]

Actual type of the array depends on the output depth of the LUT:

  • If output depth is between 1 and 8, Table is byte[ ]
  • If output depth is between 9 and 16, Table is Int16[ ]
  • If output depth is between 17 and 32, Table is Int32[ ]

Length of the table depends on the input depth, as follows:

Length = 2 ^ inputDepth.  
Top
See Also

Reference

ImGearFullLUT Class
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback