ImageEn

TImageEnProc.ApplyCubeLUT Code Samples


Code samples for ApplyCubeLUT.
Automatically generated by the Every Method demo.
// Automated test of ApplyCubeLUT
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', true );



// Automated test of ApplyCubeLUT - Alpha Channel
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', true );



// Automated test of ApplyCubeLUT - 32-Bit RGBA
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', true );



// Automated test of ApplyCubeLUT - 1-bit
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', true );



// Automated test of ApplyCubeLUT - Random Values
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', false );



// Automated test of ApplyCubeLUT - Alpha Channel - Random Values
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', false );



// Automated test of ApplyCubeLUT - 32-Bit RGBA - Random Values
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', false );



// Automated test of ApplyCubeLUT - 1-bit - Random Values
// ApplyCubeLUT using Cube File: Chicago.cube
ImageEnView1.Proc.ApplyCubeLUT( 'Chicago.cube', false );