NodeMaterial and InstancedBuffers

Does the NodeMaterial have the ability to reference user defined instanced buffers? I’m trying to convert a shader that originally used mesh.color. Since I won’t have vertex colors when using instances I wanted to replace this functionality with a color instancedbuffer.

Yes you can simply use mesh.color as an input and it should be transparent