---
title: "SHADOW"
manual: "TypoScript Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3tsref:gifbuilder-shadow@main"
source: "Gifbuilder/ObjectNames/Shadow/Index.rst"
modified: "2026-09-15T19:22:01+00:00"
---

# SHADOW

Creates a shadow under the associated text.

## Properties

-   [blur](https://docs.typo3.org/permalink/t3tsref:blur@main)
-   [color](https://docs.typo3.org/permalink/t3tsref:color@main)
-   [intensity](https://docs.typo3.org/permalink/t3tsref:intensity@main)
-   [offset](https://docs.typo3.org/permalink/t3tsref:offset@main)
-   [opacity](https://docs.typo3.org/permalink/t3tsref:opacity@main)
-   [textObjNum](https://docs.typo3.org/permalink/t3tsref:textobjnum@main)

### blur

-   **blur**

    -   *Type:* integer (1-99) / [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)

    Blurring of the shadow. Above 40 only values of 40,50,60,70,80,90
    are relevant.

### color

-   **color**

    -   *Type:* [Colors in TypoScript GIFBUILDER](https://docs.typo3.org/permalink/t3tsref:data-type-graphiccolor@main) / [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)

    The color of the shadow.

### intensity

-   **intensity**

    -   *Type:* integer (1-100) / [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)

    How "massive" the shadow is. This value can - if it has a high value
    combined with a blurred shadow - create a kind of soft-edged outline.

### offset

-   **offset**

    -   *Type:* x,y / [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)

    The offset of the shadow.

### opacity

-   **opacity**

    -   *Type:* integer (1-100) / [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)

    The degree to which the shadow conceals the background. Mathematically
    speaking: Opacity = Transparency^-1. E.g. 100% opacity = 0%
    transparency.

    Only active with a value for [blur](https://docs.typo3.org/permalink/t3tsref:gifbuilder-shadow-blur@main).

### textObjNum

-   **textObjNum**

    -   *Type:* positive integer / [stdWrap](https://docs.typo3.org/permalink/t3tsref:stdwrap@main)

    Must point to the [TEXT](https://docs.typo3.org/permalink/t3tsref:gifbuilder-text@main) object, if these shadow
    properties are not properties to a TEXT object directly ("stand-alone
    shadow"). Then the shadow needs to know which TEXT object it should be a
    shadow of!

    If - on the other hand - the shadow is a property to a
    [TEXT](https://docs.typo3.org/permalink/t3tsref:gifbuilder-text@main) object, this property is not needed.
