-
public class OffscreenLayer.ComposeOpEncapsulates configuration for compositing the layer contents on the parent. Similar toPaint, but only includes operations that the OffscreenLayer can support.
-
-
Field Summary
Fields Modifier and Type Field Description public intalphapublic BlendModeCompatblendModepublic ColorFiltercolorFilterpublic DropShadowshadow
-
Constructor Summary
Constructors Constructor Description OffscreenLayer.ComposeOp()
-
Method Summary
Modifier and Type Method Description booleanisTranslucent()booleanhasBlendMode()booleanhasShadow()booleanhasColorFilter()booleanisNoop()voidreset()-
-
Method Detail
-
isTranslucent
boolean isTranslucent()
-
hasBlendMode
boolean hasBlendMode()
-
hasShadow
boolean hasShadow()
-
hasColorFilter
boolean hasColorFilter()
-
isNoop
boolean isNoop()
-
reset
void reset()
-
-
-
-