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.exposureModeDefines 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.ExposureModesSoCamera.ExposureModes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoCamera.ExposureModesReturns 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.