PngBits#

class ansys.speos.core.generic.parameters.PngBits#

Bases: str, enum.Enum

Bit resolution of create PNG image.

Overview#

Import detail#

from ansys.speos.core.generic.parameters import PngBits

Attribute detail#

PngBits.png_08 = 'png_08'#
PngBits.png_10 = 'png_10'#
PngBits.png_12 = 'png_12'#
PngBits.png_16 = 'png_16'#