3#include <DualSenseController/Headers/DSW_Api.h>
4#include <DualSenseController/Headers/DS5State.h>
15 DS5W_API DS5W::Color color_R32G32B32_FLOAT(
float r,
float g,
float b);
25 DS5W_API DS5W::Color color_R32G32B32A32_FLOAT(
float r,
float g,
float b,
float a);
35 DS5W_API DS5W::Color color_R8G8B8A8_UCHAR(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a);
45 DS5W_API DS5W::Color color_R8G8B8_UCHAR_A32_FLOAT(
unsigned char r,
unsigned char g,
unsigned char b,
float a);
The primary namespace for the NDEVR SDK.