MCPcopy Index your code
hub / github.com/microsoft/SandDance / opacity

Function opacity

packages/sanddance-specs/src/fill.ts:27–32  ·  view source on GitHub ↗
(context: SpecContext)

Source from the content-addressed store, hash-verified

25}
26
27export function opacity(context: SpecContext): ProductionRule<NumericValueRef> {
28 const result: ProductionRule<NumericValueRef> = {
29 signal: SignalNames.MarkOpacity,
30 };
31 return result;
32}

Callers 1

buildMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected