ColorFunction Description abstract class Tinman.Terrain.Procedural.ColorFunction Derived from NoiseFunction<int64> abstract IColorFunction Abstract base class for IColorFunction implementations. Public / Constructors Constant public static method Constant → (1) value in : int64 The constant color value. returns → IColorFunction The created IColorFunction object. Creates a new instance of IColorFunction for the given constant color value. See also Colors Protected / Constructors ColorFunction protected constructor ColorFunction → (1) serialType in : ISerialTypeInfo [not-null] The serial ID. Creates a new instance of ColorFunction. Configuration Config public static attribute Config → (get) value : IConfigurator<IColorFunction> [not-null] The configurator object. The configurator object for this type. ViewFrustumPlane IColorFunction