HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OCIO_NAMESPACE::GradingControlPoint Struct Reference

2D control point used by GradingBSplineCurve. More...

#include <OpenColorTransforms.h>

Public Member Functions

 GradingControlPoint ()=default
 
 GradingControlPoint (float x, float y)
 

Public Attributes

float m_x { 0.f }
 
float m_y { 0.f }
 

Detailed Description

2D control point used by GradingBSplineCurve.

Definition at line 494 of file OpenColorTransforms.h.

Constructor & Destructor Documentation

OCIO_NAMESPACE::GradingControlPoint::GradingControlPoint ( )
default
OCIO_NAMESPACE::GradingControlPoint::GradingControlPoint ( float  x,
float  y 
)
inline

Definition at line 497 of file OpenColorTransforms.h.

Member Data Documentation

float OCIO_NAMESPACE::GradingControlPoint::m_x { 0.f }

Definition at line 498 of file OpenColorTransforms.h.

float OCIO_NAMESPACE::GradingControlPoint::m_y { 0.f }

Definition at line 499 of file OpenColorTransforms.h.


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