X Tutup
The Wayback Machine - https://web.archive.org/web/20201109225749/https://github.com/processing/processing-docs/issues/408
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stroke() and other color setting methods don't mention color-datatype in reference at all #408

Open
ghost opened this issue Mar 31, 2016 · 1 comment
Labels

Comments

@ghost
Copy link

@ghost ghost commented Mar 31, 2016

Hi,

Stroke() and other color setting methods don't mention at all that you can use color-datatype to set the color, not just numbers. It's missing from syntax and examples. It was indicated in reference of color-datatype https://processing.org/reference/color_datatype.html

@REAS REAS self-assigned this Apr 1, 2016
@REAS
Copy link
Member

@REAS REAS commented May 5, 2016

I don't think we can correct this without a major intervention for the documentation build system. Technically, under the hood, the color datatype is an "int" and the Parameters in the documentation are automatically generated from the source code. I am leaving this open, but it's a ton of work to fix. Thanks for reporting.

@REAS REAS removed their assignment May 5, 2016
@REAS REAS added the enhancement label Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup