I'd like to set the colors programmatically like so: ```java .outerCircleColor(android.graphics.Color.rgb(255, 0, 0)) ``` but it throws `android.content.res.Resources$NotFoundException: Resource ID #0xffff0000`. Is this really not possible?