ShaderFxPixel(ShaderFx)¶
base classes — bpy_struct, ShaderFx
-
class
bpy.types.ShaderFxPixel(ShaderFx)¶ Pixelate effect
-
color¶ Color used for lines
Type: float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
size¶ Pixel size
Type: int array of 2 items in [1, inf], default (0, 0)
-
use_lines¶ Display lines between pixels
Type: boolean, default False
-
classmethod
bl_rna_get_subclass(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions