Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 2 - Color Picker Manager Reference /
Color Picker Manager Functions / Converting Between SmallFract and Fixed Values


SmallFract2Fix

Converts a SmallFract value to a fixed integer.

pascal Fixed SmallFract2Fix (SmallFract s);
s
The value of type SmallFract (page 2-33) to be converted into a fixed integer.
DISCUSSION
The SmallFract2Fix function converts the SmallFract value specified in the s parameter into a fixed integer, which is returned as the function result.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996