Java Number Min Value minDark(final int colorValue)

Here you can find the source of minDark(final int colorValue)

Description

min Dark

License

Open Source License

Declaration

public static int minDark(final int colorValue) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static int minDark(final int colorValue) {
        return colorValue / 2;
    }/*from  ww w .j  ava  2 s  . co m*/
}

Related

  1. minCharsForCriteria(final int length, final int criteria)
  2. minCommonMultiple(int m, int n)
  3. minComparable(T first, T second)
  4. minCoverageEstimate(short mask)
  5. minCurveSegmentLength(String segmentTypeName)
  6. minDeg2Bigger(long number)
  7. minDelta(double a, double b)
  8. minDivisibleNumber(float yourDividend, float divisor)
  9. minF(float a, float b)