Scripting API

Enumeration Description

PixelFormat

Script Name: Description: 
Custom Custom pixel format. 
Undefined Undefined or no pixel format.Default
Index1 1-bit index into palette 
Index4 4-bit index into palette 
Index8 8-bit index into palette 
Index8A 8-bit index into palette with alpha 
Grey 8-bit Grey 
GreyA 16-bit Grey with Alpha 
BGR 24-bit RGB 
BGRA 32-bit RGBA 
BGRxA 32-bit RGBA with premultiplied alpha 
Grey_u16 8-bit Grey_u16 
GreyA_u16 16-bit Grey_u16 with Alpha 
BGR_u16 24-bit RGB_u16 
BGRA_u16 32-bit RGBA_u16 
BGRxA_u16 32-bit RGBA_u16 with premultiplied alpha 
Grey_f32 8-bit Grey_f32 
GreyA_f32 16-bit Grey_f32 with Alpha 
BGR_f32 24-bit RGB_f32 
BGRA_f32 32-bit RGBA_f32 
BGRxA_f32 32-bit RGBA_f32 with premultiplied alpha