Skip to content

White color was rendered as blue color! #86

@wangcker

Description

@wangcker

If you find white color was rendered as blue color!
The color were be rendered correctly by do this change in material.dart:

    _whitePlaceholderTexture!.overwrite(
      //Uint32List.fromList(<int>[0xFFFF7F7F]).buffer.asByteData(),
      Uint32List.fromList(<int>[0xFFFFFFFF]).buffer.asByteData(),
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions