Home
last modified time | relevance | path

Searched defs:ON_Color (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_color.cpp21 ON_Color::ON_Color() : m_color(0) in ON_Color() function in ON_Color
24 ON_Color::ON_Color(unsigned int colorref) : m_color(colorref) in ON_Color() function in ON_Color
27 ON_Color::ON_Color(int r, int g, int b) : m_color(0) in ON_Color() function in ON_Color
32 ON_Color::ON_Color(int r, int g, int b, int a) : m_color(0) in ON_Color() function in ON_Color
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_color.cpp21 ON_Color::ON_Color() : m_color(0) in ON_Color() function in ON_Color
24 ON_Color::ON_Color(unsigned int colorref) : m_color(colorref) in ON_Color() function in ON_Color
27 ON_Color::ON_Color(int r, int g, int b) : m_color(0) in ON_Color() function in ON_Color
32 ON_Color::ON_Color(int r, int g, int b, int a) : m_color(0) in ON_Color() function in ON_Color