class HexaPDF::Content::Operator::SetDeviceCMYKStrokingColor

Implementation of the 'K' operator.

See: PDF1.7 s8.6.8

Public Class Methods

new() click to toggle source

Creates the operator.

# File lib/hexapdf/content/operator.rb, line 499
def initialize
  super('K')
end