RasterConversionOperator.NewUndefinedValue Property
Gets or sets a value specifying a new undefined value of the converted rasters.
Syntax
public UndefinedValue NewUndefinedValue { get; set; }
Property Value
Remarks
This property is used only if ChangeUndefinedValue is set to OnlyProperty or PropertyAndCellValues.
Undefined values are not usually used with RGB rasters in Carmenta Engine, except in the special case mentioned under the remarks section for RasterConversionOperator. To specify an undefined color in Carmenta Studio, just set this property to a color value. To specify an undefined color from application code, convert the color to an integer with Raster.ColorToCellValue, and then set this property to a new instance of the UndefinedIntValue class.
Platforms
Windows, Linux, Android