- ALPHA_FULLY_OPAQUE - Static variable in interface ej.microvg.paint.VGPaint
-
Value that indicates a fully opaque opacity.
- ALPHA_FULLY_TRANSPARENT - Static variable in interface ej.microvg.paint.VGPaint
-
Value that indicates a fully transparent opacity.
- ALPHA_SHIFT - Static variable in interface ej.microvg.paint.VGPaint
-
Value that to shift the opacity value in a ARGB 32-bit color.
- apply(PaintVisitor) - Method in class ej.microvg.paint.LinearGradient
-
- apply(PaintVisitor) - Method in class ej.microvg.paint.VGColor
-
- apply(PaintVisitor) - Method in interface ej.microvg.paint.VGPaint
-
Creates a new painter applying the given visitor.
- applyOpacity(int, int) - Static method in interface ej.microvg.paint.VGPaint
-
Utility method that returns a new color applying an opacity on the given color.
- applyOpacity(Color, int) - Static method in interface ej.microvg.paint.VGPaint
-
Utility method that returns a new color applying an opacity on the given color.