getOutlineColor

abstract fun getOutlineColor(@NonNull annotationTool: AnnotationTool): Int

Retrieve last configured outline color from preferences.

Return

Last configured outline color from preferences or default outline color if not available.

Parameters

annotationTool

Annotation tool for which we need the preferences.


abstract fun getOutlineColor(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant): Int

Retrieve last configured outline color from preferences.

Return

Last configured outline color from preferences or default outline color if not available.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.