Specifies the lower bound of the numeric range.
Specifies the upper bound of the numeric range.
OptionalcolorsSpecifies the colors. Either select from Colors or specify an array of color codes. A color code is in the form RRGGBB or RRGGBBAA. AA is the alpha component, representing 00 for transparent through FF for opaque.
If omitted, it is treated as colors: ["000000", "ffffff"].
OptionalnanSpecifies, as a color code, the color used to fill pixels whose value is NaN due to missing data or similar reasons. If omitted, it is treated as transparent nanColor: "00000000".
OptionaldeleteSpecify true to make pixels with values smaller than the value specified in min transparent. If false, all pixels with values smaller than min are filled with the min color.
OptionaldeleteSpecify true to make pixels with values larger than the value specified in max transparent. If false, all pixels with values larger than max are filled with the max color.
OptionallogSpecify true to use a logarithmic scale. If omitted, it is treated as false, resulting in an evenly spaced scale.
OptionallogSpecifies the origin of the logarithmic scale.
OptionalstepThe number of divisions used when creating a discrete color map instead of a gradient.
An object used as the argument for ColorMap.