NSDK_TraceColor

@interface NSDK_TraceColor : NSObject

Trace color information information.

@author PTV AG Karlsruhe

  • Returns the inner day color.

    Declaration

    Objective-C

    - (int)getInnerColorDay;

    Swift

    func getInnerColorDay() -> Int32

    Return Value

    color.

  • Returns the inner night color.

    Declaration

    Objective-C

    - (int)getInnerColorNight;

    Swift

    func getInnerColorNight() -> Int32

    Return Value

    color.

  • Returns the outer day color.

    Declaration

    Objective-C

    - (int)getOuterColorDay;

    Swift

    func getOuterColorDay() -> Int32

    Return Value

    color.

  • Returns the outer night color.

    Declaration

    Objective-C

    - (int)getOuterColorNight;

    Swift

    func getOuterColorNight() -> Int32

    Return Value

    color.