Package 

Class RememberVectorPainterKt

    • Method Summary

      Modifier and Type Method Description
      final static VectorPainter rememberVectorPainter(ImageVector image, Color tintColor, BlendMode tintBlendMode) Create a VectorPainter with the Vector defined by the provided sub-composition and use a different tint color than what is defined in image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • rememberVectorPainter

        @Composable() final static VectorPainter rememberVectorPainter(ImageVector image, Color tintColor, BlendMode tintBlendMode)

        Create a VectorPainter with the Vector defined by the provided sub-composition and use a different tint color than what is defined in image.

        Parameters:
        image - ImageVector used to create a vector graphic sub-composition.
        tintColor - color used to tint the root group of this vector graphic.
        tintBlendMode - optional BlendMode used in combination with tintColor, defaults to value defined in image.