Uses of Class
org.blender.dna.ColorManagedViewSettings
-
Packages that use ColorManagedViewSettings Package Description org.blender.dna -
-
Uses of ColorManagedViewSettings in org.blender.dna
Methods in org.blender.dna that return ColorManagedViewSettings Modifier and Type Method Description ColorManagedViewSettings
ImageFormatData. getView_settings()
Get method for struct member 'view_settings'.ColorManagedViewSettings
Scene. getView_settings()
Get method for struct member 'view_settings'.Methods in org.blender.dna that return types with arguments of type ColorManagedViewSettings Modifier and Type Method Description CPointer<ColorManagedViewSettings>
ColorManagedViewSettings. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type ColorManagedViewSettings Modifier and Type Method Description void
ImageFormatData. setView_settings(ColorManagedViewSettings view_settings)
Set method for struct member 'view_settings'.void
Scene. setView_settings(ColorManagedViewSettings view_settings)
Set method for struct member 'view_settings'.Constructors in org.blender.dna with parameters of type ColorManagedViewSettings Constructor Description ColorManagedViewSettings(ColorManagedViewSettings that)
-