Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Public Attributes | List of all members
dnf_composer::element::ElementCategoryInfo Struct Reference

Category + RGBA colour (0..255) used to render an element's type chip. More...

#include <element_parameters.h>

Collaboration diagram for dnf_composer::element::ElementCategoryInfo:

Public Attributes

unsigned char b
 
ElementCategory category
 
unsigned char g
 
const char * name
 
unsigned char r
 

Detailed Description

Category + RGBA colour (0..255) used to render an element's type chip.

Member Data Documentation

◆ b

unsigned char dnf_composer::element::ElementCategoryInfo::b

◆ category

ElementCategory dnf_composer::element::ElementCategoryInfo::category

◆ g

unsigned char dnf_composer::element::ElementCategoryInfo::g

◆ name

const char* dnf_composer::element::ElementCategoryInfo::name

◆ r

unsigned char dnf_composer::element::ElementCategoryInfo::r

The documentation for this struct was generated from the following file: