FFL
Loading...
Searching...
No Matches
FFLiModulate.h
Go to the documentation of this file.
1#ifndef FFLI_MODULATE_H_
2#define FFLI_MODULATE_H_
3
4#include <nn/ffl/types.h>
5
6#include <cafe/gx2.h>
7
9
10void FFLiInitModulateMustache(FFLModulateParam* pParam, s32 color, const GX2Texture& gx2Texture);
11void FFLiInitModulateMouth(FFLModulateParam* pParam, s32 color, const GX2Texture& gx2Texture);
12void FFLiInitModulateEyebrow(FFLModulateParam* pParam, s32 color, const GX2Texture& gx2Texture);
13void FFLiInitModulateEye(FFLModulateParam* pParam, s32 colorGB, s32 colorR, const GX2Texture& gx2Texture);
14void FFLiInitModulateMole(FFLModulateParam* pParam, const GX2Texture& gx2Texture);
15void FFLiInitModulateFaceMake(FFLModulateParam* pParam, const GX2Texture& gx2Texture);
16void FFLiInitModulateFaceLine(FFLModulateParam* pParam, const GX2Texture& gx2Texture);
17void FFLiInitModulateFaceBeard(FFLModulateParam* pParam, s32 color, const GX2Texture& gx2Texture);
18
19void FFLiInitModulateShapeFaceline(FFLModulateParam* pParam, const GX2Texture& gx2Texture);
20void FFLiInitModulateShapeBeard(FFLModulateParam* pParam, s32 color);
21void FFLiInitModulateShapeNose(FFLModulateParam* pParam, s32 color);
22void FFLiInitModulateShapeForehead(FFLModulateParam* pParam, s32 color);
23void FFLiInitModulateShapeHair(FFLModulateParam* pParam, s32 color);
24void FFLiInitModulateShapeCap(FFLModulateParam* pParam, s32 color, const GX2Texture& gx2Texture);
25void FFLiInitModulateShapeMask(FFLModulateParam* pParam, const GX2Texture& gx2Texture);
26void FFLiInitModulateShapeNoseline(FFLModulateParam* pParam, const GX2Texture& gx2Texture);
27void FFLiInitModulateShapeGlass(FFLModulateParam* pParam, s32 color, const GX2Texture& gx2Texture);
28
30
31#endif // FFLI_MODULATE_H_
void FFLiInitModulateShapeFaceline(FFLModulateParam *pParam, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:87
void FFLiInitModulateShapeHair(FFLModulateParam *pParam, s32 color)
Definition FFLiModulate.cpp:127
void FFLiInitModulateFaceLine(FFLModulateParam *pParam, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:67
void FFLiInitModulateMole(FFLModulateParam *pParam, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:47
void FFLiInitModulateMouth(FFLModulateParam *pParam, s32 color, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:17
void FFLiInitModulateMustache(FFLModulateParam *pParam, s32 color, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:7
void FFLiInitModulateShapeNose(FFLModulateParam *pParam, s32 color)
Definition FFLiModulate.cpp:107
void FFLiInitModulateShapeNoseline(FFLModulateParam *pParam, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:157
void FFLiInitModulateFill(FFLModulateParam *pParam)
Definition FFLiModulate.cpp:181
void FFLiInitModulateShapeBeard(FFLModulateParam *pParam, s32 color)
Definition FFLiModulate.cpp:97
void FFLiInitModulateFaceBeard(FFLModulateParam *pParam, s32 color, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:77
void FFLiInitModulateFaceMake(FFLModulateParam *pParam, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:57
void FFLiInitModulateShapeCap(FFLModulateParam *pParam, s32 color, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:137
void FFLiInitModulateEyebrow(FFLModulateParam *pParam, s32 color, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:27
void FFLiInitModulateEye(FFLModulateParam *pParam, s32 colorGB, s32 colorR, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:37
void FFLiInitModulateShapeForehead(FFLModulateParam *pParam, s32 color)
Definition FFLiModulate.cpp:117
void FFLiInitModulateShapeGlass(FFLModulateParam *pParam, s32 color, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:167
void FFLiInitModulateShapeMask(FFLModulateParam *pParam, const GX2Texture &gx2Texture)
Definition FFLiModulate.cpp:147
Definition FFLModulateParam.h:80