Converting Between SmallFract and Fixed Values
ASmallFract
value can represent a value between 0 and 65,535. Introduced by the original Color Picker Package,SmallFract
values are used inCMYColor
,HSLColor
, andHSVColor
structures. You can use these functions if you need to convertSmallFract
values to or from fixed values. (They can be assigned directly to and from integers.)