MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getTextColor

Method getTextColor

snap_drawing/src/snap_drawing/cpp/Layers/TextLayer.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186 auto resolvedPaint = _textPaint;
187 resolvedPaint.getSkValue().setMaskFilter(
188 SkMaskFilter::MakeBlur(SkBlurStyle::kNormal_SkBlurStyle, _textShadow.radius, false));
189
190 resolvedPaint.setColor(_textShadow.color);
191 resolvedPaint.setAlpha(_textShadow.opacity);
192

Callers

nothing calls this directly

Calls 1

getColorMethod · 0.45

Tested by

no test coverage detected