base classes — bpy_struct, ID
subclasses — StucciTexture, NoiseTexture, VoxelDataTexture, MagicTexture, OceanTexture, PointDensityTexture, ImageTexture, MarbleTexture, CloudsTexture, VoronoiTexture, WoodTexture, BlendTexture, EnvironmentMapTexture, MusgraveTexture, DistortedNoiseTexture
Texture datablock used by materials, lamps, worlds and brushes
Adjust the contrast of the texture
Type: | float in [0, 5], default 0.0 |
---|
Type: | float in [0, 2], default 0.0 |
---|
Type: | float in [0, 2], default 0.0 |
---|
Type: | float in [0, 2], default 0.0 |
---|
Adjust the brightness of the texture
Type: | float in [0, 2], default 0.0 |
---|
Adjust the saturation of colors in the texture
Type: | float in [0, 2], default 0.0 |
---|
Type: | enum in [‘NONE’, ‘BLEND’, ‘CLOUDS’, ‘DISTORTED_NOISE’, ‘ENVIRONMENT_MAP’, ‘IMAGE’, ‘MAGIC’, ‘MARBLE’, ‘MUSGRAVE’, ‘NOISE’, ‘OCEAN’, ‘POINT_DENSITY’, ‘STUCCI’, ‘VORONOI’, ‘VOXEL_DATA’, ‘WOOD’], default ‘NONE’ |
---|
Set negative texture RGB and intensity values to zero, for some uses like displacement this option can be disabled to get the full range
Type: | boolean, default False |
---|
Toggle color ramp operations
Type: | boolean, default False |
---|
Make this a node-based texture
Type: | boolean, default False |
---|
Show Alpha in Preview Render
Type: | boolean, default False |
---|
Materials that use this texture (readonly)
Object modifiers that use this texture (readonly)
Evaluate the texture at the coordinates given
Returns: | Result |
---|---|
Return type: | float array of 4 items in [-inf, inf] |
Inherited Properties
Inherited Functions
References