VisionCpp  0.0.1
Public Member Functions | List of all members
visioncpp::OP_ScaleChannelZero Struct Reference

This custom functor changes 0 channel by factor passed via float f. More...

#include <OP_ScaleChannel.hpp>

Collaboration diagram for visioncpp::OP_ScaleChannelZero:

Public Member Functions

visioncpp::pixel::F32C3 operator() (visioncpp::pixel::F32C3 lhs, float f)
 

Detailed Description

This custom functor changes 0 channel by factor passed via float f.

Definition at line 27 of file OP_ScaleChannel.hpp.

Member Function Documentation

◆ operator()()

visioncpp::pixel::F32C3 visioncpp::OP_ScaleChannelZero::operator() ( visioncpp::pixel::F32C3  lhs,
float  f 
)
inline
Parameters
lhs- Pixel in HSV color space
f- S channel multiplier
Returns
F32C3 - Altered HSV color space pixel

Definition at line 31 of file OP_ScaleChannel.hpp.


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