monochromaticNoise Property (AddNoiseRequestParams)
Gets or sets a value indicating whether the noise is monochromatic.
'Declaration
Public Property monochromaticNoise As Boolean
public bool monochromaticNoise { get; set; }
public: __property bool get_monochromaticNoise();
public: __property void set_monochromaticNoise(
bool
);
public:
property bool monochromaticNoise {
bool get();
void set(bool );
}
Property Value
True - noise must be monochromatic;
False - noise must NOT be monochromatic.
Default value is False.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5