• G
    Adding Color.alphaBlend (#5119) · cf91f89c
    Greg Spencer 提交于
    This is helpful for some Material Design widgets, which are specified as a semi-transparent color over top of a "material". In some cases, the resulting alpha-blended color can be used instead of compositing an additional shape with an opacity.
    
    This new Color.alphaBlend function mimics the alpha blending function, and creates the resulting combined color. The optimization only works for solid color shapes that have the same geometry, of course.
    cf91f89c
painting.dart 130.1 KB