class HexaPDF::Content::Operator::SetDeviceRGBStrokingColor

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