FastLED 3.9.15
Loading...
Searching...
No Matches
alpha.h File Reference

Detailed Description

Unsigned alpha types with UNORM semantics (GPU industry standard).

Definition in file alpha.h.

+ Include dependency graph for alpha.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::alpha16
 Unsigned 16-bit alpha / brightness — UNORM16. More...
 
struct  fl::alpha8
 Unsigned 8-bit alpha / brightness — UNORM8. More...
 
struct  fl::alpha_detail::is_non_bool_integer< T >
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::alpha_detail
 

Typedefs

template<typename T>
using fl::alpha_detail::enable_if_integer_t