Class Image
An Image is an entity which represents an image in the Image library
Base class: Entity
classDiagram class Image Entity <|-- Image Image : +core.Ident Id Image : +core.String Name
Functions accepting this type or a list of this type as a parameter:
- algo.bakeMaps
- algo.convertNormalMap
- algo.fillNormalMap
- algo.orientNormalMap
- material.convertFloat32To8BitsImage
- material.convertHeightMapToNormalMap
- material.exportImage
- material.fillUnusedPixels
- material.filterAO
- material.getImageDefinition
- material.getImageDefinitions
- material.getImagePixelColor
- material.getImageSize
- material.getImagesSizes
- material.remapIndexMap
- material.resizeImage
- material.updateImageFromDefinition
- material.updateImagesFromDefinitions
- scene.mergeImages
- core.cloneEntity
- core.deleteEntities
- core.entityExists
- core.getEntityType
- core.getEntityTypeString
- core.addCustomProperties
- core.addCustomProperty
- core.getProperties
- core.getProperty
- core.getPropertyInfo
- core.hasCustomProperty
- core.hasProperty
- core.listProperties
- core.listPropertiesBatch
- core.removeCustomProperty
- core.setProperties
- core.setProperty
- core.supportCustomProperties
- core.unsetProperty
- scene.linkPropertyToAnimation
- scene.unlinkPropertyToAnimation
Inheritance
Image
Namespace: Material
Syntax