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

*no title* #3398

Closed
vicuna opened this issue Jun 18, 2002 · 1 comment
Closed

*no title* #3398

vicuna opened this issue Jun 18, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 18, 2002

Original bug ID: 1204
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Bonjour,

Est-ce un bug ? Comment puis-je resoudre ce probleme ?
Merci .

====================================================
C:>echo %OS%
Windows_NT

C:>ocaml
Objective Caml version 3.04

let from_rgb (c : Graphics.color) = let r = c / 65536 and g = c /

256 mod 256 and b = c mod 256 in (r,g,b);;
val from_rgb : Graphics.color -> int * int * int =

let inv_color (c : Graphics.color) = let (r,g,b) = from_rgb c in

Graphics.rgb (255-r) (255-g) (255-b);;
Reference to undefined global `Graphics'

@vicuna
Copy link
Author

vicuna commented Jun 18, 2002

Comment author: administrator

Read the manual

@vicuna vicuna closed this as completed Jun 18, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant