openshot-audio  0.1.2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
juce::ColourHelpers::HSB Struct Reference

Public Member Functions

 HSB (Colour col) noexcept
 
Colour toColour (Colour original) const noexcept
 

Static Public Member Functions

static PixelARGB toRGB (float h, float s, float v, const uint8 alpha) noexcept
 

Public Attributes

float hue
 
float saturation
 
float brightness
 

Constructor & Destructor Documentation

juce::ColourHelpers::HSB::HSB ( Colour  col)
inlinenoexcept

Member Function Documentation

Colour juce::ColourHelpers::HSB::toColour ( Colour  original) const
inlinenoexcept
static PixelARGB juce::ColourHelpers::HSB::toRGB ( float  h,
float  s,
float  v,
const uint8  alpha 
)
inlinestaticnoexcept

Member Data Documentation

float juce::ColourHelpers::HSB::brightness
float juce::ColourHelpers::HSB::hue
float juce::ColourHelpers::HSB::saturation

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