filterIndex: the zero-based index of the filter position.
options: bit-coded value:
bit 0 set (1): the component is enabled
pSizes: a pointer to 4 integer values indicating the sizes of the provided buffers (see next 4 arguments).
bytes: a buffer of bytes values representing the byte parameters of the filter component.
ints: a buffer of ints values representing the int parameters of the filter component.
floats: a buffer of floats values representing the float parameters of the filter component.
custom: a buffer of bytes values representing the custom parameters of the filter component.
|