BlurTileMode
Inherits: Enum
Edge sampling mode used when applying blur beyond source bounds.
Properties
-
CLAMP–Extends edge pixels outward.
-
DECAL–Treats samples outside bounds as transparent.
-
MIRROR–Repeats the image by mirroring at each edge.
-
REPEATED–Repeats the image pattern without mirroring.
Properties#
CLAMP = 'clamp'
class-attribute
instance-attribute
#
Extends edge pixels outward.
DECAL = 'decal'
class-attribute
instance-attribute
#
Treats samples outside bounds as transparent.
MIRROR = 'mirror'
class-attribute
instance-attribute
#
Repeats the image by mirroring at each edge.
REPEATED = 'repeated'
class-attribute
instance-attribute
#
Repeats the image pattern without mirroring.