If automatic rescaling is turned off, then the coloring is exactly as given by your ColorFunction
. If you say ColorFunction -> myColorFunc, ColorFunctionScaling -> False
, then 0.3
should be colored exactly as myColorFunc[ 0.3]
. Use PlotLegends -> Automatic
to see a color bar.