Uses of Class
org.sunflow.image.ColorFactory.ColorSpecificationException
-
Packages that use ColorFactory.ColorSpecificationException Package Description org.sunflow.core.parser org.sunflow.image -
-
Uses of ColorFactory.ColorSpecificationException in org.sunflow.core.parser
Methods in org.sunflow.core.parser that throw ColorFactory.ColorSpecificationException Modifier and Type Method Description private void
SCParser. parseBackgroundBlock(SunflowAPIInterface api)
private Color
SCParser. parseColor()
private void
SCParser. parseGIBlock(SunflowAPIInterface api)
private void
SCParser. parseLightBlock(SunflowAPIInterface api)
private boolean
SCParser. parseShader(SunflowAPIInterface api)
-
Uses of ColorFactory.ColorSpecificationException in org.sunflow.image
Methods in org.sunflow.image that throw ColorFactory.ColorSpecificationException Modifier and Type Method Description static Color
ColorFactory. createColor(java.lang.String colorspace, float... data)
Creates a color value in the renderer's internal color space from a string (representing the color space name) and an array of floating point values.
-