Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    GRADIENT description element

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 299 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 06/11/2011 at 08:31, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R12 
      Platform:   Windows  ; Mac  ;  
      Language(s) :     C++  ;

      ---------
      Just curious about this, it doesn't seem to be documented. This is a clip from the pyroshader.res file:

        
           GROUP PS_AGE_GROUP   
           {   
                BOOL PS_AGEON               {}   
                GRADIENT PS_AGERAD          { ALPHA; ICC_BASEDOCUMENT; }   
                GRADIENT PS_AGEPLUM          { ALPHA; ICC_BASEDOCUMENT; }   
                GRADIENT PS_AGEMIX          { ALPHA; ICC_BASEDOCUMENT; }   
                GRADIENT PS_GRADLIFE     { COLOR; ALPHA; ICC_BASEDOCUMENT; }   
           }   
      

      Anyone know what the 'ICC_BASEDOCUMENT' flag does in the gradient elements?

      Steve

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 06/11/2011 at 10:05, xxxxxxxx wrote:

        Hi,

        The ICC_BASEDOCUMENT flag for the GRADIENT element is documented at the "Getting your code to work" page of the "C++ Transition to CINEMA 4D R12" guide.

        This flag is used to notify CINEMA 4D that the gradient uses the document's colormanagement (added in R12).

        Yannick

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 06/11/2011 at 13:27, xxxxxxxx wrote:

          Ah, that's interesting! I couldn't find it by searching the SDK docs themselves. Thanks very much.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post