Uses of Enum Class
com.openinventor.inventor.nodes.SoCamera.ExposureModes
Packages that use SoCamera.ExposureModes
-
Uses of SoCamera.ExposureModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoCamera.ExposureModesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoCamera.ExposureModes> SoCamera.exposureMode
Defines how to map the color values in the framebuffer to fit them in the [0 - 1] range.Methods in com.openinventor.inventor.nodes that return SoCamera.ExposureModesModifier and TypeMethodDescriptionstatic SoCamera.ExposureModes
SoCamera.ExposureModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoCamera.ExposureModes
Returns the enum constant of this class with the specified name.static SoCamera.ExposureModes[]
SoCamera.ExposureModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.