MCPcopy Create free account
hub / github.com/ImageEngine/cortex / LuminanceTexture

Method LuminanceTexture

src/IECoreGL/LuminanceTexture.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51IE_CORE_DEFINERUNTIMETYPED( LuminanceTexture );
52
53LuminanceTexture::LuminanceTexture( unsigned int width, unsigned int height, const IECore::Data *y, const IECore::Data *a, bool mipMap )
54{
55 construct( width, height, y, a, mipMap );
56}
57
58LuminanceTexture::LuminanceTexture( const IECoreImage::ImagePrimitive *image, bool mipMap )
59{

Callers 1

testMethod · 0.80

Calls 5

channelValidMethod · 0.80
constructFunction · 0.50
getMethod · 0.45
findMethod · 0.45
sizeMethod · 0.45

Tested by 1

testMethod · 0.64