All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdStUdimSubtextureIdentifier Class Referencefinal

Specifies whether a Udim texture should be loaded with pre-multiplied alpha values and the color space in which the texture is encoded. More...

+ Inheritance diagram for HdStUdimSubtextureIdentifier:

Public Member Functions

HDST_API HdStUdimSubtextureIdentifier (bool premultiplyAlpha, const TfToken &sourceColorSpace)
 C'tor takes bool whether to pre-multiply by alpha and the texture's source color space. More...
 
HDST_API std::unique_ptr
< HdStSubtextureIdentifier
Clone () const override
 
HDST_API bool GetPremultiplyAlpha () const
 
HDST_API TfToken GetSourceColorSpace () const
 

Protected Member Functions

HDST_API ID _Hash () const override
 

Additional Inherited Members

- Public Types inherited from HdStSubtextureIdentifier
using ID = size_t
 

Detailed Description

Specifies whether a Udim texture should be loaded with pre-multiplied alpha values and the color space in which the texture is encoded.

Definition at line 230 of file subtextureIdentifier.h.

Constructor & Destructor Documentation

HDST_API HdStUdimSubtextureIdentifier ( bool  premultiplyAlpha,
const TfToken sourceColorSpace 
)
explicit

C'tor takes bool whether to pre-multiply by alpha and the texture's source color space.


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