VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransforms Class / GrayToRgb Property
Syntax Remarks Requirements SeeAlso
In This Topic
    GrayToRgb Property (ColorTransforms)
    In This Topic
    Gets a standard color transform from Gray to RGB.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property GrayToRgb As ColorTransform
    
    
    public static ColorTransform GrayToRgb { get; }
    
    
    public: __property static ColorTransform* get_GrayToRgb();
    
    
    
    public:
    static property ColorTransform^ GrayToRgb { ColorTransform^ get(); }
    Remarks

    This color transform uses the following formula:
    R = Gray
    G = Gray
    B = Gray

    Requirements

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

    See Also