ImageBvr album = overlay(renderPage(pivotLine),
overlay(renderPage(centerPage),
overlay(renderPage(rightPage),
renderPage(leftPage))));
ImageBvr lLabel = renderStr(lPageLabel, labelColor,
neg(div(_halfWidth,toBvr(2))),
mul(toBvr(-0.75),_halfHeight));
ImageBvr rLabel = renderStr(rPageLabel, labelColor,
div(_halfWidth,toBvr(2)),
mul(toBvr(-0.75),_halfHeight));
The model is the album with the lables and a blue background. |
ImageBvr model = overlay(album,
overlay(lLabel,
overlay(rLabel, solidColorImage(blue))));
setSound(snd);
setImage(model);
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.