data class SourceOrderConfig
Configuration data for drawing the source order of an elements children.
<init> |
Configuration data for drawing the source order of an elements children. SourceOrderConfig(parentOutlineColor: RGBA, childOutlineColor: RGBA) |
childOutlineColor |
the color to outline the child elements in. val childOutlineColor: RGBA |
parentOutlineColor |
the color to outline the givent element in. val parentOutlineColor: RGBA |