ShaderNodeTexEnvironment(ShaderNode)

base classes — bpy_struct, Node, ShaderNode

class bpy.types.ShaderNodeTexEnvironment(ShaderNode)
color_mapping

Color mapping settings

Type :ColorMapping, (readonly, never None)
color_space

Image file color space

  • SRGB sRGB, Image is in sRGB color space.
  • LINEAR Linear, Image is in scene linear color space.
Type :enum in [‘SRGB’, ‘LINEAR’], default ‘LINEAR’
image
Type :Image
texture_mapping

Texture coordinate mapping settings

Type :TexMapping, (readonly, never None)

Inherited Properties

Inherited Functions

Previous topic

ShaderNodeTexCoord(ShaderNode)

Next topic

ShaderNodeTexGradient(ShaderNode)