Skip to content

Change the background color of the Advanced Stylus low latency to white background #9

Description

@sontrang91

Hi there a way to change the background color of FastRenderer to be white instead of black. I am able to change to white only after the first drawing event happen like this in FastRenderer#114

    // Clear the screen with white
    GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f)

However the app always initialize with black background. Also is it possible to overlay the drawing on top of a webview?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions