Class CMTextFormatDescriptionColor

    • Constructor Detail

      • CMTextFormatDescriptionColor

        public CMTextFormatDescriptionColor()
      • CMTextFormatDescriptionColor

        public CMTextFormatDescriptionColor​(int red,
                                            int green,
                                            int blue,
                                            int alpha)
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getRed

        public short getRed()
        Since:
        Available in iOS 4.0 and later.
      • getGreen

        public short getGreen()
        Since:
        Available in iOS 4.0 and later.
      • getBlue

        public short getBlue()
        Since:
        Available in iOS 4.0 and later.
      • getAlpha

        public short getAlpha()
        Since:
        Available in iOS 4.0 and later.