Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Source/BlendUtils.h
/*-------------------------------------------------------------------------------------- |
// |
// File: BlendProcs.h |
// |
// Contents: Header declarations procedures that generate blended fills. |
// |
// |
// By Georgiann ("George") Delaney |
// ©Ê1989 - 1990, Apple Computer, Inc. |
// |
//--------------------------------------------------------------------------------------*/ |
void HLSRectBlend (Rect *boundRect, short saturation); |
void HLSVLinearBlend (Rect *boundRect, short saturation); |
void HLSHLinearBlend (Rect *boundRect, short saturation); |
void GrayRectBlend (Rect *boundRect); |
void GrayVLinearBlend (Rect *boundRect); |
void GrayHLinearBlend (Rect *boundRect); |
void GrayPatRectBlend (Rect *boundRect); |
void GrayPatVLinearBlend (Rect *boundRect); |
void GrayPatHLinearBlend (Rect *boundRect); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-10