Bitmap Shader

About

Parameters

Parameters are accessed with C4DAtom::GetParameter()/ C4DAtom::SetParameter(). See Parameter IDs.


Parameter: Reload Image...


Parameter: Edit Image...


Parameter: Locate Image...


Parameter: Sampling

  • Parameter ID: BITMAPSHADER_INTERPOLATION
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • None (BITMAPSHADER_INTERPOLATION_NONE)
    • Circle (BITMAPSHADER_INTERPOLATION_CIRCLE)
    • Square (BITMAPSHADER_INTERPOLATION_SQUARE)
    • Alias1 (BITMAPSHADER_INTERPOLATION_ALIAS1)
    • Alias2 (BITMAPSHADER_INTERPOLATION_ALIAS2)
    • Alias3 (BITMAPSHADER_INTERPOLATION_ALIAS3)
    • MIP (BITMAPSHADER_INTERPOLATION_MIP)
    • SAT (BITMAPSHADER_INTERPOLATION_SAT)

Parameter: File


Parameter: Color Profile

  • Parameter ID: BITMAPSHADER_COLORPROFILE
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Embedded (Default) (BITMAPSHADER_COLORPROFILE_EMBEDDED)
    • Linear (BITMAPSHADER_COLORPROFILE_LINEAR)
    • sRGB (BITMAPSHADER_COLORPROFILE_SRGB)
    • Custom (BITMAPSHADER_COLORPROFILE_CUSTOM)

Parameter: Custom Color Profile

  • Parameter ID: BITMAPSHADER_CUSTOMCOLORPROFILE
  • Parameter Type: ColorProfile

Parameter: Color Space


Parameter: Exposure


Parameter: HDR Gamma


Parameter: Black Point


Parameter: White Point


Parameter: Reset


Parameter: Mode

  • Parameter ID: BITMAPSHADER_TIMING_MODE
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Simple (BITMAPSHADER_TIMING_MODE_SIMPLE)
    • Loop (BITMAPSHADER_TIMING_MODE_LOOP)
    • Ping-Pong (BITMAPSHADER_TIMING_MODE_PINGPONG)

Parameter: Timing

  • Parameter ID: BITMAPSHADER_TIMING_TIMING
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Exact Frame (BITMAPSHADER_TIMING_TIMING_FRAME)
    • Exact Second (BITMAPSHADER_TIMING_TIMING_SECOND)
    • Range (BITMAPSHADER_TIMING_TIMING_AREA)

Parameter: Range Start


Parameter: Range End


Parameter: Loops


Parameter: Movie Start Frame


Parameter: Movie End Frame


Parameter: Movie Frame Rate


Parameter: Calculate