Tabnine Logo
CIELabColorSpace.getMaxValue
Code IndexAdd Tabnine to your IDE (free)

How to use
getMaxValue
method
in
org.apache.xmlgraphics.java2d.color.CIELabColorSpace

Best Java code snippets using org.apache.xmlgraphics.java2d.color.CIELabColorSpace.getMaxValue (Showing top 1 results out of 315)

origin: org.apache.xmlgraphics/xmlgraphics-commons

private float getNativeValueRange(int component) {
  return getMaxValue(component) - getMinValue(component);
}
org.apache.xmlgraphics.java2d.colorCIELabColorSpacegetMaxValue

Javadoc

Popular methods of CIELabColorSpace

  • toColor
    Creates a Color instance from color values usually used by the L*a*b* color space by scaling them to
  • <init>
    CIE Lab space constructor which allows to give an arbitrary white point.
  • getNumComponents
  • checkNumComponents
  • denormalize
  • fromCIEXYZ
  • getD50WhitePoint
    Returns the D50 white point.
  • getD65WhitePoint
    Returns the D65 white point.
  • getMinValue
  • getNativeValueRange
  • getWhitePoint
    Returns the configured white point.
  • normalize
  • getWhitePoint,
  • normalize,
  • toCIEXYZ,
  • toCIEXYZNative,
  • toNativeComponents

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • scheduleAtFixedRate (Timer)
  • getSystemService (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Permission (java.security)
    Legacy security code; do not use.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now