# BlackWhite

The BlackWhite operator can be useful for generating an opacity map or bump from texture assets or uploads.

The BlackWhite takes your texture asset and turns into a completely black or white texture asset. It does not maintain any grey values and all the colors become one extreme. The threshold value determines what values become black or white.

## PROPERTIES

### **Threshold**

The threshold value determines what values become black or white.

Numeric Range:

* 0 =
* .5 = Default value
* 1 =


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://community.threekit.com/platform-documentation/project-data/operators/image-operators/blackwhite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
