Class GCColor

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class GCColor
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • GCColor

      protected GCColor()
    • GCColor

      protected GCColor​(NSObject.Handle h, long handle)
    • GCColor

      protected GCColor​(NSObject.SkipInit skipInit)
    • GCColor

      public GCColor​(float red, float green, float blue)
    • GCColor

      public GCColor​(NSCoder coder)
  • Method Details

    • getRed

      public float getRed()
    • getGreen

      public float getGreen()
    • getBlue

      public float getBlue()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(float red, float green, float blue)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)