Retrieves alpha from the color used when stroking and filling. @return alpha ranging from 0f, fully transparent, to 1f, fully opaque
()
| 248 | * @return alpha ranging from 0f, fully transparent, to 1f, fully opaque |
| 249 | */ |
| 250 | public float getAlphaf() { |
| 251 | return getColor4f().getA(); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Retrieves alpha from the color used when stroking and filling. |
no test coverage detected