1 /* Automatically generated header! Do not edit! */ 2 3 #ifndef _PPCINLINE_COLORWHEEL_H 4 #define _PPCINLINE_COLORWHEEL_H 5 6 #ifndef __PPCINLINE_MACROS_H 7 #include <ppcinline/macros.h> 8 #endif /* !__PPCINLINE_MACROS_H */ 9 10 #ifndef COLORWHEEL_BASE_NAME 11 #define COLORWHEEL_BASE_NAME ColorWheelBase 12 #endif /* !COLORWHEEL_BASE_NAME */ 13 14 #define ConvertHSBToRGB(__p0, __p1) \ 15 LP2NR(30, ConvertHSBToRGB, \ 16 struct ColorWheelHSB *, __p0, a0, \ 17 struct ColorWheelRGB *, __p1, a1, \ 18 , COLORWHEEL_BASE_NAME, 0, 0, 0, 0, 0, 0) 19 20 #define ConvertRGBToHSB(__p0, __p1) \ 21 LP2NR(36, ConvertRGBToHSB, \ 22 struct ColorWheelRGB *, __p0, a0, \ 23 struct ColorWheelHSB *, __p1, a1, \ 24 , COLORWHEEL_BASE_NAME, 0, 0, 0, 0, 0, 0) 25 26 #endif /* !_PPCINLINE_COLORWHEEL_H */