form Highlight Color
open fun formHighlightColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color used for highlighting editable form fields. Each editable form field is overlaid with rectangle filled with this color.
Parameters
color
ARGB color integer (can be Color#TRANSPARENT
) or null
to use default color (#330036FF).