strokeInsideRect

open fun strokeInsideRect(left: Float, top: Float, right: Float, bottom: Float, thickness: Float, color: Color)
open fun strokeInsideRect(rect: GlokRect, thickness: Float, color: Color)
open fun strokeInsideRect(rect: GlokRect, insideRect: GlokRect, color: Color)
abstract fun strokeInsideRect(left: Float, top: Float, right: Float, bottom: Float, insideLeft: Float, insideTop: Float, insideRight: Float, insideBottom: Float, color: Color)