Skip to content

SP5: Pixel constructor overload that accepts double #2780

@swharden

Description

@swharden

Presently there is just a constructor that accepts float

public Pixel(float x, float y)
{
X = x;
Y = y;
}

Add an overload which casts X and Y to float and assigns appropriately

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueThis issue has limited complexity and may be a good start for new contributorsHelp WantedScott won't do this soon, but PRs from the community are welcome!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions