Skip to content

CP-65793: GraphvizColor Struct is not rendering ARGB values correctly #158

@fubar-coder

Description

@fubar-coder

From unknown CodePlex user on Tuesday, 27 December 2016 01:12:09

There is an issue with GraphvizColor. The ARGB values are not rendered correctly due to the bug in the following code.

    public byte A { get { return this.a; } }
    public byte R { get { return this.a; } }
    public byte G { get { return this.a; } }
    public byte B { get { return this.a; } }

All the ARGB always returns the this.a.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions