class HexaPDF::Content::Operator::SetStrokingColorSpace

Implementation of the 'CS' 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 358
def initialize
  super('CS')
end