ContourLines
Draw topographical contour lines based on luminance or alpha
Props
Prop
Details
levelsnumberDefault:
5Number of contour levels
levelsnumberDefault: 5Number of contour levels
lineWidthnumberDefault:
2Width of the contour lines in pixels
lineWidthnumberDefault: 2Width of the contour lines in pixels
softnessnumberDefault:
0Edge softness of the lines (0 = sharp, 1 = soft)
softnessnumberDefault: 0Edge softness of the lines (0 = sharp, 1 = soft)
gammanumberDefault:
0.5Contour distribution. <1 clusters in bright, >1 clusters in dark
gammanumberDefault: 0.5Contour distribution. <1 clusters in bright, >1 clusters in dark
invertbooleanDefault:
falseInvert the source values
invertbooleanDefault: falseInvert the source values
source"luminance" | "alpha"Default:
luminanceUse luminance or alpha channel for contours
source"luminance" | "alpha"Default: luminanceUse luminance or alpha channel for contours
colorMode"source" | "custom"Default:
sourceUse source image colors or custom colors
colorMode"source" | "custom"Default: sourceUse source image colors or custom colors
lineColorstringDefault:
#000000Color of the contour lines (custom mode)
lineColorstringDefault: #000000Color of the contour lines (custom mode)
backgroundColorstringDefault:
transparentBackground color (custom mode)
backgroundColorstringDefault: transparentBackground color (custom mode)