Improved the doxygen comment for the new createImageWithOrientationConversion(..) function.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14820 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-04-03 13:34:13 +00:00
parent c753dbc3e6
commit 4c84742664

View File

@@ -239,7 +239,7 @@ enum ColorSpaceOperation
/** Convert the RGBA values in a Image based on a ColorSpaceOperation defined scheme.*/
extern OSG_EXPORT osg::Image* colorSpaceConversion(ColorSpaceOperation op, osg::Image* image, const osg::Vec4& colour);
/** Create a copy of an osg::Image. converting the origin to standard lower left OpenGL style origin .*/
/** Create a copy of an osg::Image. converting the origin and orientation to standard lower left OpenGL style origin .*/
extern OSG_EXPORT osg::Image* createImageWithOrientationConversion(const osg::Image* srcImage, const osg::Vec3i& srcOrigin, const osg::Vec3i& srcRow, const osg::Vec3i& srcColumn, const osg::Vec3i& srcLayer);
}