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 protected void
SCParser. parseBackgroundBlock(SunflowAPIInterface api)
protected Color
SCParser. parseColor()
protected void
SCParser. parseGIBlock(SunflowAPIInterface api)
protected void
SCParser. parseLightBlock(SunflowAPIInterface api)
protected 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.
-