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

Alpha point with alpha value and position value between 0-1. More...

#include <SLTexColorLUT.h>

Public Member Functions

 SLAlphaLUTPoint (SLfloat alphaVal, SLfloat posVal)
 

Public Attributes

SLfloat alpha
 
SLfloat pos
 

Detailed Description

Alpha point with alpha value and position value between 0-1.

Definition at line 50 of file SLTexColorLUT.h.

Constructor & Destructor Documentation

◆ SLAlphaLUTPoint()

SLAlphaLUTPoint::SLAlphaLUTPoint ( SLfloat  alphaVal,
SLfloat  posVal 
)
inline

Definition at line 52 of file SLTexColorLUT.h.

53  : alpha(alphaVal), pos(posVal) { ; }

Member Data Documentation

◆ alpha

SLfloat SLAlphaLUTPoint::alpha

Definition at line 54 of file SLTexColorLUT.h.

◆ pos

SLfloat SLAlphaLUTPoint::pos

Definition at line 55 of file SLTexColorLUT.h.


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