Uses of Class
com.aspose.threed.BlendFactor
-
-
Uses of BlendFactor in com.aspose.threed
Methods in com.aspose.threed that return BlendFactor Modifier and Type Method Description BlendFactor
RenderState. getDestinationBlendFactor()
Gets how the color is blended.BlendFactor
RenderState. getSourceBlendFactor()
Gets how the color is blended.static BlendFactor
BlendFactor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlendFactor[]
BlendFactor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type BlendFactor Modifier and Type Method Description void
RenderState. setDestinationBlendFactor(BlendFactor value)
Sets how the color is blended.void
RenderState. setSourceBlendFactor(BlendFactor value)
Sets how the color is blended.
-