codac
Public Attributes | List of all members
codac::hsv Struct Reference

Represents an HSV value. More...

#include <codac_colors.h>

Public Attributes

float h
 hue, angle value in degrees between 0. and 360.
 
float s
 saturation, a value between 0. and 1.
 
float v
 value (lightness), a value between 0. and 1.
 
float alpha
 opacity, value between 0. (transparent) and 1. (opaque)
 

Detailed Description

Represents an HSV value.


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