SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLColorLUTPoint Struct Reference

Color point with color and position value between 0-1. More...

#include <SLTexColorLUT.h>

Public Member Functions

 SLColorLUTPoint (SLCol3f colorVal, SLfloat posVal)
 

Public Attributes

SLCol3f color
 
SLfloat pos
 

Detailed Description

Color point with color and position value between 0-1.

Definition at line 40 of file SLTexColorLUT.h.

Constructor & Destructor Documentation

◆ SLColorLUTPoint()

SLColorLUTPoint::SLColorLUTPoint ( SLCol3f  colorVal,
SLfloat  posVal 
)
inline

Definition at line 42 of file SLTexColorLUT.h.

43  : color(colorVal), pos(posVal) { ; }

Member Data Documentation

◆ color

SLCol3f SLColorLUTPoint::color

Definition at line 44 of file SLTexColorLUT.h.

◆ pos

SLfloat SLColorLUTPoint::pos

Definition at line 45 of file SLTexColorLUT.h.


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