CompositionTexture.ColorSpace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the system of the color space that it should map the texture into.
public:
property DirectXColorSpace ColorSpace { DirectXColorSpace get(); void set(DirectXColorSpace value); };
DirectXColorSpace ColorSpace();
void ColorSpace(DirectXColorSpace value);
public DirectXColorSpace ColorSpace { get; set; }
var directXColorSpace = compositionTexture.colorSpace;
compositionTexture.colorSpace = directXColorSpace;
Public Property ColorSpace As DirectXColorSpace
Property Value
Specifies the color space to use.