Skip to content

image: docs: color.ColorModel should be color.Model #3789

@mewmew

Description

@mewmew
What steps will reproduce the problem?
1. Read the documentation of image.Uniform at: http://tip.golang.org/pkg/image/#Uniform

What is the expected output?
Uniform is an infinite-sized Image of uniform color. It implements the color.Color,
color.Model, and Image interfaces.

What do you see instead?
Uniform is an infinite-sized Image of uniform color. It implements the color.Color,
color.ColorModel, and Image interfaces.

Which version are you using?  (run 'go version')
Build version go1.0.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions