Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NColor Structure / FromYCCA Method


In This Topic
    FromYCCA Method
    In This Topic
    Creates a new YCC color.
    Syntax
    'Declaration
     
    
    Public Shared Function FromYCCA( _
       ByVal y As System.Single, _
       ByVal cb As System.Single, _
       ByVal cr As System.Single, _
       ByVal a As System.Single _
    ) As NColor
    'Usage
     
    
    Dim y As System.Single
    Dim cb As System.Single
    Dim cr As System.Single
    Dim a As System.Single
    Dim value As NColor
     
    value = NColor.FromYCCA(y, cb, cr, a)
    public static NColor FromYCCA( 
       System.float y,
       System.float cb,
       System.float cr,
       System.float a
    )

    Parameters

    y
    cb
    cr
    a
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also