Package-level declarations
Types
Sealed interface representing supported blend modes for platform operations.
Platform-specific color filter type.
Platform-specific color filter type.
Platform-specific color filter type.
Platform-specific render effect type.
Platform-specific render effect type.
Platform-specific render effect type.
On Android, we use RuntimeShader directly rather than a RuntimeEffect. This class wraps the SKSL to create RuntimeShader instances on demand.
Platform-specific runtime effect type for compiling shaders.
Platform-specific runtime effect type for compiling shaders.
Interface for setting uniforms on runtime shaders.
Functions
Converts this platform render effect to a Compose RenderEffect.
Converts this platform render effect to a Compose RenderEffect.
Converts this platform render effect to a Compose RenderEffect.
Blends this render effect with a foreground effect.
Creates a color filter that blends with a given color.
Creates a color filter that blends with a given color.
Creates a color filter that blends with a given color.
Creates a blend PlatformRenderEffect from two render effects.
Creates a blend PlatformRenderEffect from two render effects.
Creates a blend PlatformRenderEffect from two render effects.
Creates a blur PlatformRenderEffect.
Creates a blur PlatformRenderEffect.
Creates a blur PlatformRenderEffect.
Creates a color filter PlatformRenderEffect.
Creates a color filter PlatformRenderEffect.
Creates a color filter PlatformRenderEffect.
Creates a fractal noise shader.
Creates an offset PlatformRenderEffect.
Creates an offset PlatformRenderEffect.
Creates an offset PlatformRenderEffect.
Creates a PlatformRuntimeEffect from SKSL shader code.
Creates a PlatformRuntimeEffect from SKSL shader code.
Creates a PlatformRuntimeEffect from SKSL shader code.
Creates a runtime shader PlatformRenderEffect with the given effect and child shaders.
Creates a runtime shader PlatformRenderEffect with the given effect and child shaders.
Creates a runtime shader PlatformRenderEffect with the given effect and child shaders.
Creates a PlatformRenderEffect from a shader.
Creates a PlatformRenderEffect from a shader.
Creates a PlatformRenderEffect from a shader.
Chains this render effect with another, composing them.
Chains this render effect with another, composing them.
Chains this render effect with another, composing them.
Converts a HazeBlendMode to Android's BlendMode.
Converts a Compose BlendMode to a HazeBlendMode.
Converts a Compose ColorFilter to an Android platform PlatformColorFilter.
Converts a Compose ColorFilter to a platform PlatformColorFilter.
Converts a Compose ColorFilter to a Skia platform PlatformColorFilter.
Converts a HazeBlendMode to Skia's BlendMode.