Sign in
skia
/
skia
/
ed92d84ffd3aeb34c92e25ecb082f089703fc0ec
/
.
/
tests
/
sksl
/
runtime
/
Blend.stage
blob: 680786f232c0d5ab05670143254db6e0b7aad94f [
file
] [
log
] [
blame
]
half4 main
(
half4 src
,
half4 dst
)
{
return
half4
(
_inColor
+
(
1.0
-
_inColor
.
w
)
*
(
half4
(
1.0
)
-
_canvasColor
));
}