Navigation
BlueprintAPI > BlueprintAPI/DMX
Reads pixel color in the middle of each "Texture" and output linear colors. Note, this function locks the GPU to read the color and is slow to call, even if Update TextureResource is not enabled.
Target is DMXFixture Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Texture Atlas | |
| integer | Num Textures | |
| boolean | Update Texture Resource |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| linearcolor | Return Value |