ThibaultMontaufray/Droid-Image

View on GitHub
Project/Droid.Image/Controler/PerlinNoise.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method GetValue has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

        private static float GetValue(int X, int Y, int Width, int Height, float Frequency, float Amplitude, float Persistance, int Octaves, float[,] Noise)
Severity: Major
Found in Project/Droid.Image/Controler/PerlinNoise.cs - About 1 hr to fix

    Method Generate has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            public static Bitmap Generate(int Width, int Height, int MaxRGBValue, int MinRGBValue, float Frequency, float Amplitude, float Persistance, int Octaves, int Seed)
    Severity: Major
    Found in Project/Droid.Image/Controler/PerlinNoise.cs - About 1 hr to fix

      Method GetSmoothNoise has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              private static float GetSmoothNoise(float X, float Y, int Width, int Height, float[,] Noise)
      Severity: Minor
      Found in Project/Droid.Image/Controler/PerlinNoise.cs - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status