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 voidSCParser. parseBackgroundBlock(SunflowAPIInterface api)private ColorSCParser. parseColor()private voidSCParser. parseGIBlock(SunflowAPIInterface api)private voidSCParser. parseLightBlock(SunflowAPIInterface api)private booleanSCParser. 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 ColorColorFactory. 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.
-