The colour shown is just a representation of the two raw values. There's no such thing as a colour in shaders - just a multi-channel value interpreted as one. You can multiply the TextureCoordinate to scale the sample too. Note that (hit space to refresh all shown) the TextureCoordinate block is basically two overlaid…