VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransforms Class / SRgbToPcsXyzD50Fast Property
Syntax Requirements SeeAlso
In This Topic
    SRgbToPcsXyzD50Fast Property (ColorTransforms)
    In This Topic
    Gets a standard color transform from sRGB to PCSXYZ using CIE illuminant D50 with optimized performance.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property SRgbToPcsXyzD50Fast As CompositeColorTransformWithWhitePoint
    
    
    public static CompositeColorTransformWithWhitePoint SRgbToPcsXyzD50Fast { get; }
    
    
    public: __property static CompositeColorTransformWithWhitePoint* get_SRgbToPcsXyzD50Fast();
    
    
    
    public:
    static property CompositeColorTransformWithWhitePoint^ SRgbToPcsXyzD50Fast { CompositeColorTransformWithWhitePoint^ get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also