Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #34 (closed task: fixed)

Opened 17 years ago

Last modified 17 years ago

Change function param (int r,int g,int b,int a) to (Color c)

Reported by: clayasaurus Assigned to: clayasaurus
Priority: major Milestone: 0.2
Component: unspecified Version: svn
Keywords: Cc:

Description

Instead of using

(int r,int g,int b,int a)

in the code, switch it to use

(Color c)

Change History

05/05/07 23:01:20 changed by clayasaurus

  • status changed from new to closed.
  • resolution set to fixed.