-
@Immutable() public interface HighlightStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHighlightStyle.Plainpublic final classHighlightStyle.Defaultpublic final classHighlightStyle.Ambientpublic classHighlightStyle.Companion
-
Method Summary
Modifier and Type Method Description abstract <ERROR CLASS>createShader(DrawScope $self, Shape shape, RuntimeShaderCache runtimeShaderCache)abstract ColorgetColor()abstract BlendModegetBlendMode()-
-
Method Detail
-
createShader
@RequiresApi(value = 31) abstract <ERROR CLASS> createShader(DrawScope $self, Shape shape, RuntimeShaderCache runtimeShaderCache)
-
getColor
abstract Color getColor()
-
getBlendMode
abstract BlendMode getBlendMode()
-
-
-
-