# On Hands Prefabs

[View as Markdown](https://docs.banuba.com/far-sdk/effects/prefabs/hands.md)[![](/far-sdk/img/ai-guide/chatgpt.svg)Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fdocs.banuba.com%2Ffar-sdk%2Feffects%2Fprefabs%2Fhands.md%20\(On%20Hands%20Prefabs\)%20and%20help%20me%20with%20it%20in%20my%20Banuba%20Face%20AR%20SDK%20project.)[![](/far-sdk/img/ai-guide/claude.svg)Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fdocs.banuba.com%2Ffar-sdk%2Feffects%2Fprefabs%2Fhands.md%20\(On%20Hands%20Prefabs\)%20and%20help%20me%20with%20it%20in%20my%20Banuba%20Face%20AR%20SDK%20project.)Install tools

### Nails[​](#nails "Direct link to Nails")

**Usage**

You can choose a solid color and a gloss value to recolor the nails. You can also apply textures over the selected color.

```
{

    "nails": {

        "color": "#FFFF49",

        "gloss": 40,

        "textures": [

            "tex1.png",

            "tex2.png",

            "tex3.png",

            "tex4.png",

            "tex5.png"

        ]

    }

}
```

| Parameter  | Description                                                                                                          |                               Optional                               | Default Value |
| :--------- | :------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------: | :-----------: |
| `color`    | Sets the nail color. See the color-format note in the prefabs overview.                                              | ![\`${props.title} icon\`](/far-sdk/img/icons/check.svg "Supported") |  `"0 0 0 0"`  |
| `gloss`    | Controls the glossiness of the nail color. The recommended range is `[0, 60]`; the runtime does not clamp the value. | ![\`${props.title} icon\`](/far-sdk/img/icons/check.svg "Supported") |      `40`     |
| `textures` | An array of up to five texture filenames, one per nail. Textures are applied over the selected color.                | ![\`${props.title} icon\`](/far-sdk/img/icons/check.svg "Supported") |      `[]`     |

**Preview**

![Right image compare](/far-sdk/assets/images/Right_before-4fb8bc03b86de05223f45d7c0bebc10f.png)![Left image compare](/far-sdk/assets/images/Right_after-0742345b61bc4398c8c0ff3e5c83f3d3.png)

Drag

note

The nail-coloring feature requires the [nail segmentation neural network](/far-sdk/tutorials/capabilities/sdk_features.md). Please make sure your licence plan includes this feature by contacting your sales manager or filling out the website form to request it.
