Classes

The following classes are available globally.

  • Color representation with support for hex, RBG, arithmetic RBG, and integer colors

    See more

    Declaration

    Objective-C

    @interface CLRColor : NSObject <NSMutableCopying>

    Swift

    class CLRColor : NSObject, NSMutableCopying
  • Undocumented

    Declaration

    Objective-C

    @interface CLRColorConstants : NSObject
    
    @end

    Swift

    class CLRColorConstants : NSObject
  • Color utilities with support for hex, RBG, arithmetic RBG, and integer colors

    See more

    Declaration

    Objective-C

    @interface CLRColorUtils : NSObject

    Swift

    class CLRColorUtils : NSObject