BlendOp - How to use at runtime via Scripting

Does anyone know how to use BlendOp (see: Unity - Scripting API: BlendOp ) at runtime?

The BlendMode enum appears to use “_SrcBlend” & “_DstBlend” per this article: Sassybot - however it is hard to tell what the appropriate one is for BlendOp.

Thanks!

github always helps,
https://github.com/search?l=C%23&q=setint+BlendOp&type=Code&utf8=✓
(if thats the one you are looking for…?)

1 Like

Thankyou!