MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / decode_fill_transparency

Function decode_fill_transparency

canvas/src/decoding.rs:2088–2090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2086
2087 #[test]
2088 fn decode_fill_transparency() {
2089 check_round_trip_single(Draw::Texture(TextureId(45), TextureOp::FillTransparency(0.75)));
2090 }
2091
2092 #[test]
2093 fn decode_gradient_new() {

Callers

nothing calls this directly

Calls 3

check_round_trip_singleFunction · 0.85
TextureClass · 0.85
TextureIdClass · 0.70

Tested by

no test coverage detected