2 * Copyright 2006-2009, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _GRADIENT_CONIC_H
6 #define _GRADIENT_CONIC_H
15 // WARNING! This is experimental API and may change! Be prepared to
16 // recompile your software in a next version of haiku.
19 class BGradientConic
: public BGradient
{
22 BGradientConic(const BPoint
& center
,
24 BGradientConic(float cx
, float cy
,
27 BPoint
Center() const;
28 void SetCenter(const BPoint
& center
);
29 void SetCenter(float cx
, float cy
);
32 void SetAngle(float angle
);
35 #endif // _GRADIENT_CONIC_H