We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c48613 commit bd00ca0Copy full SHA for bd00ca0
pixeltypes.h
@@ -485,7 +485,7 @@ struct CRGB {
485
}
486
487
/// return a new CRGB object after performing a linear interpolation between this object and the passed in object
488
- inline CRGB lerp8( const CRGB& other, fract8 frac)
+ inline CRGB lerp8( const CRGB& other, fract8 frac) const
489
{
490
CRGB ret;
491
@@ -497,7 +497,7 @@ struct CRGB {
497
498
499
500
- inline CRGB lerp16( const CRGB& other, fract16 frac)
+ inline CRGB lerp16( const CRGB& other, fract16 frac) const
501
502
503
0 commit comments