public static enum SwRenderArea.FloatColorBufferSize extends java.lang.Enum<SwRenderArea.FloatColorBufferSize>
| Enum Constant and Description |
|---|
FLOAT_16_COLOR_BUFFER
16-bit float per component.
|
FLOAT_32_COLOR_BUFFER
32-bit float per component.
|
| Modifier and Type | Method and Description |
|---|---|
static SwRenderArea.FloatColorBufferSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwRenderArea.FloatColorBufferSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwRenderArea.FloatColorBufferSize FLOAT_16_COLOR_BUFFER
public static final SwRenderArea.FloatColorBufferSize FLOAT_32_COLOR_BUFFER
public static SwRenderArea.FloatColorBufferSize[] values()
for (SwRenderArea.FloatColorBufferSize c : SwRenderArea.FloatColorBufferSize.values()) System.out.println(c);
public static SwRenderArea.FloatColorBufferSize valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com