# BLENDMODE_ONE_MINUS_SRC_COLOR

Variable · category: Graphics

Source: https://github.com/playcanvas/engine/blob/b5b983982a9860d21e0c1dafb2f85f72e2c01afb/src/platform/graphics/constants.js#L49

Multiply all fragment components by one minus the components of the source fragment.

```ts
const BLENDMODE_ONE_MINUS_SRC_COLOR: 3 = 3
```
