access all three scalar data arrays in the shader?

I have three scalar data arrays attached to the CellData of a vtkPolyData. Can I access all three scalar data arrays simultaneously in the shader?

Or can I combine multiple scalars into a single one? Is there a limit to the number of Components with SetNumberOfComponents()?