LMMS
Loading...
Searching...
No Matches
juce::ColourHelpers::YIQ Struct Reference

Public Member Functions

 YIQ (Colour c) noexcept
Colour toColour () const noexcept

Public Attributes

float y = 0.0f
float i = 0.0f
float q = 0.0f
float alpha = 0.0f

Constructor & Destructor Documentation

◆ YIQ()

juce::ColourHelpers::YIQ::YIQ ( Colour c)
inlinenoexcept

Member Function Documentation

◆ toColour()

Colour juce::ColourHelpers::YIQ::toColour ( ) const
inlinenoexcept

Member Data Documentation

◆ alpha

float juce::ColourHelpers::YIQ::alpha = 0.0f

◆ i

float juce::ColourHelpers::YIQ::i = 0.0f

◆ q

float juce::ColourHelpers::YIQ::q = 0.0f

◆ y

float juce::ColourHelpers::YIQ::y = 0.0f

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