| 51 | IE_CORE_DEFINERUNTIMETYPED( LuminanceTexture ); |
| 52 | |
| 53 | LuminanceTexture::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 | |
| 58 | LuminanceTexture::LuminanceTexture( const IECoreImage::ImagePrimitive *image, bool mipMap ) |
| 59 | { |