Fix novalue
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2021-03-20 20:29:27 +01:00
parent 8907dca091
commit cbf805e1ff
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export interface IGradientstop {
export interface IColorMap {
gradient: IGradientstop[],
noValue: IColorEntry,
noValue: IColor,
entries: IColorEntry[],
colormapType: string
}