**Library version** 'com.github.alexzhirkevich:custom-qr-generator:2.0.0-alpha01' **Code Snippet** QrVectorOptions.Builder options =new QrVectorOptions.Builder()... options.setAnchorsHighlighting(new QrHighlighting(HighlightingType.Default.INSTANCE, HighlightingType.Default.INSTANCE, HighlightingType.None.INSTANCE, 0.6f)); **Library version 2.0.0 -alpha01 ouput** (Alpha not applying)  **Library version 1.6.2 ouput** (Correct)  Quoted issue https://github.com/alexzhirkevich/custom-qr-generator/issues/27#issue-1690411367